Home
last modified time | relevance | path

Searched refs:one (Results 1 – 25 of 183) sorted by relevance

12345678

/device/google/contexthub/firmware/lib/libm/
Def_pow.c31 one = 1.0, variable
76 if(FLT_UWORD_IS_ZERO(iy)) return one;
81 if(ix==0x3f800000) return one;
103 return one; /* +-1**+-inf = 1 */
110 if(hy<0) return one/x; else return x;
122 if(hy<0) z = one/z; /* z = (1/|x|) */
167 v = one/(ax+bp[k]);
203 s = one; /* s (sign of result -ve**odd) = -1 else = 1 */
205 s = -one; /* (-ve)**(odd int) */
249 z = one-(r-z);
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
76 z = one-tiny; /* trigger inexact flag */
77 if (z>=one) {
78 z = one+tiny;
79 if (z>one)
Dsf_atan.c64 one = 1.0, variable
86 if(huge+x>one) return x; /* raise inexact */
93 id = 0; x = ((float)2.0*x-one)/((float)2.0+x);
95 id = 1; x = (x-one)/(x+one);
99 id = 2; x = (x-(float)1.5)/(one+(float)1.5*x);
Def_exp.c27 one = 1.0, variable
80 if(huge+x>one) return one+x;/* trigger inexact */
86 if(k==0) return one-((x*c)/(c-(float)2.0)-x);
87 else y = one-((lo-(x*c)/((float)2.0-c))-hi);
Def_asin.c23 one = 1.0000000000e+00, /* 0x3F800000 */ variable
58 if(huge+x>one) return x;/* return x with inexact if x!=0*/
62 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
68 w = one-fabsf(x);
71 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
Dkf_cos.c23 one = 1.0000000000e+00, /* 0x3f800000 */ variable
43 if(((int)x)==0) return one; /* generate inexact */
48 return one - ((float)0.5*z - (z*r - x*y));
56 a = one-qx;
Dkf_rem_pio2.c51 one = 1.0, variable
126 z = one - z;
127 if(carry!=0) z -= scalbnf(one,(int)q0);
163 fw = scalbnf(one,(int)q0);
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
110 x *= one; /* create necessary signal */
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
Ds_atanf.c45 one = 1.0, variable
63 if(huge+x>one) return x; /* raise inexact */ in atanf()
70 id = 0; x = ((float)2.0*x-one)/((float)2.0+x); in atanf()
72 id = 1; x = (x-one)/(x+one); in atanf()
76 id = 2; x = (x-(float)1.5)/(one+(float)1.5*x); in atanf()
De_expf.c25 one = 1.0, variable
79 if(huge+x>one) return one+x;/* trigger inexact */ in __ieee754_expf()
90 if(k==0) return one-((x*c)/(c-(float)2.0)-x); in __ieee754_expf()
91 else y = one-((lo-(x*c)/((float)2.0-c))-hi); in __ieee754_expf()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp1093 bool one, rawThree, three; in processBuf() local
1101 one = three = rawThree = false; in processBuf()
1141 one = true; in processBuf()
1146 one = true; in processBuf()
1151 one = true; in processBuf()
1156 one = true; in processBuf()
1163 one = true; in processBuf()
1168 one = true; in processBuf()
1178 one = true; in processBuf()
1183 one = true; in processBuf()
[all …]
/device/generic/goldfish/tasks/
Demu_img_zip.mk33 $(eval $(call copy-one-file,$(INSTALLED_QEMU_SYSTEMIMAGE),$(FINAL_INSTALLED_QEMU_SYSTEMIMAGE)))
37 $(eval $(call copy-one-file,$(INSTALLED_QEMU_RAMDISKIMAGE),$(FINAL_INSTALLED_QEMU_RAMDISKIMAGE)))
41 $(eval $(call copy-one-file,$(INSTALLED_QEMU_VENDORIMAGE),$(FINAL_INSTALLED_QEMU_VENDORIMAGE)))
/device/google/contexthub/firmware/
DCodingStandard.txt17 "static" and reside in one C file.
27 … when you wish to return more than one error class). Do not assume ints are 32 bits. Or 64. Or 16.
35 17. All definitions/defines/structs/unions that are only used by one source file belong in that C
40 "platform" only if platform only supports one CPU type.
/device/google/cuttlefish/host/cvd_test_configs/local_tests/
DREADME.md4 launches of multi-device configurations, where one or more of
7 at least one local image is needed. Hence some steps are needed
53 local VM) is the same one which you have just compiled.
/device/google/sunfish/json-c/
DDoxyfile112 # only done if one of the specified strings matches the left-hand part of
123 # definition is used. Otherwise one should specify the include paths that
423 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
449 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
454 # The EXAMPLE_PATH tag can be used to specify one or more files or
461 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
474 # The IMAGE_PATH tag can be used to specify one or more files or
563 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
661 # that doxygen will group on one line in the generated HTML documentation.
666 # generated containing a tree-like index structure (just like the one that
[all …]
/device/google/coral/json-c/
DDoxyfile112 # only done if one of the specified strings matches the left-hand part of
123 # definition is used. Otherwise one should specify the include paths that
423 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
449 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
454 # The EXAMPLE_PATH tag can be used to specify one or more files or
461 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
474 # The IMAGE_PATH tag can be used to specify one or more files or
563 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
661 # that doxygen will group on one line in the generated HTML documentation.
666 # generated containing a tree-like index structure (just like the one that
[all …]
/device/google/redbull/json-c/
DDoxyfile112 # only done if one of the specified strings matches the left-hand part of
123 # definition is used. Otherwise one should specify the include paths that
423 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
449 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
454 # The EXAMPLE_PATH tag can be used to specify one or more files or
461 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
474 # The IMAGE_PATH tag can be used to specify one or more files or
563 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
661 # that doxygen will group on one line in the generated HTML documentation.
666 # generated containing a tree-like index structure (just like the one that
[all …]
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
DREADME58 /* Magnetometer sensor (only one per time can be used) */
63 /* Barometer sensor (only one per time can be used) */
75 configuration (LSM6DSM_ACCEL_GYRO_ROT_MATRIX), magnetometer sensor different one (LSM6DSM_MAGN_ROT_…
/device/google/cuttlefish/host/commands/assemble_cvd/
DREADME.md4 `launch_cvd` arguments. In a multi-device configuration, there is only one
5 `assemble_cvd` invocation, but multiple `run_cvd` invocations, one per device.
/device/google/gs-common/soc/
Ddump_memory.cpp22 char* concat(char* result, const char* one, const char* two){ in concat() argument
23 strcpy(result, one); in concat()
/device/generic/goldfish-opengl/
DREADME12 You should do this whenever you update one of the *.types, *.in and *.attrib
13 files located under one of:
/device/generic/goldfish/camera/
DCameraDevice.cpp286 const camera_metadata_rational_t one = { in getCameraCharacteristics() local
291 .add(one).add(zero).add(zero) in getCameraCharacteristics()
292 .add(zero).add(one).add(zero) in getCameraCharacteristics()
293 .add(zero).add(zero).add(one); in getCameraCharacteristics()
/device/google/gs201/conf/
DAndroid.bp22 // one for the default mode, and one for FIPS mode selectable via
/device/google/gs101/conf/nomodem/
DAndroid.bp22 // one for the default mode, and one for FIPS mode selectable via
/device/google/gs101/conf/
DAndroid.bp22 // one for the default mode, and one for FIPS mode selectable via

12345678