Home
last modified time | relevance | path

Searched defs:one (Results 1 – 11 of 11) sorted by relevance

/device/google/contexthub/firmware/lib/libm/
Def_fmod.c25 static const float one = 1.0, Zero[] = {0.0, -0.0,}; variable
27 static float one = 1.0, Zero[] = {0.0, -0.0,}; variable
Def_sqrt.c19 static const float one = 1.0, tiny=1.0e-30; variable
21 static float one = 1.0, tiny=1.0e-30; variable
Dkf_cos.c23 one = 1.0000000000e+00, /* 0x3f800000 */ variable
Dsf_atan.c64 one = 1.0, variable
Def_exp.c27 one = 1.0, variable
Def_asin.c23 one = 1.0000000000e+00, /* 0x3F800000 */ variable
Dkf_rem_pio2.c51 one = 1.0, variable
Def_pow.c31 one = 1.0, variable
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
Ds_atanf.c45 one = 1.0, variable
De_expf.c25 one = 1.0, variable
/device/google/contexthub/sensorhal/
Dhubconnection.cpp1093 bool one, rawThree, three; in processBuf() local