Searched defs:one (Results 1 – 11 of 11) sorted by relevance
/device/google/contexthub/firmware/lib/libm/ |
D | ef_fmod.c | 25 static const float one = 1.0, Zero[] = {0.0, -0.0,}; variable 27 static float one = 1.0, Zero[] = {0.0, -0.0,}; variable
|
D | ef_sqrt.c | 19 static const float one = 1.0, tiny=1.0e-30; variable 21 static float one = 1.0, tiny=1.0e-30; variable
|
D | kf_cos.c | 23 one = 1.0000000000e+00, /* 0x3f800000 */ variable
|
D | sf_atan.c | 64 one = 1.0, variable
|
D | ef_exp.c | 27 one = 1.0, variable
|
D | ef_asin.c | 23 one = 1.0000000000e+00, /* 0x3F800000 */ variable
|
D | kf_rem_pio2.c | 51 one = 1.0, variable
|
D | ef_pow.c | 31 one = 1.0, variable
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
D | s_atanf.c | 45 one = 1.0, variable
|
D | e_expf.c | 25 one = 1.0, variable
|
/device/google/contexthub/sensorhal/ |
D | hubconnection.cpp | 1093 bool one, rawThree, three; in processBuf() local
|