Searched defs:f (Results 1 – 12 of 12) sorted by relevance
21 for(const auto& f : output_format::all()) { in usage() local96 [&](const std::shared_ptr<output_format> &f) { in main()
457 [&](std::shared_ptr<output_format> &f) { in write_output()
71 : filename (f) in filename() argument188 : begin (f, l, c) in begin() argument
58 float f; in bitcast_f2u() member67 float f; in bitcast_u2f() member
359 for(float f = -1.0; f<=1.f; f+=0.25f) { in main() local473 float f = (float) d0; in main() local559 float f = x * x; in main() local
414 float f = (float) d0; in main() local495 double f = x * x; in main() local
88 int f = (int8_t) ((divider - i) * 16); in main() local
119 #define REG_FIELD_WIDTH(f) (f ## _MSB + 1 - f ## _LSB) argument
195 void (*f)() = (void(*)())multicore_fifo_pop_blocking(); in core1_main() local
163 #define REG_FIELD_WIDTH(f) (f ## _MSB + 1 - f ## _LSB) argument
41 float f; member51 static inline ui32 float2ui32(float f) { in float2ui32()
473 uint8_t f = (uint8_t)((divider - i) * (0x01 << 4)); in pwm_set_clkdiv() local