Searched refs:s2 (Results 1 – 13 of 13) sorted by relevance
/device/google/contexthub/firmware/lib/libm/ |
D | ef_pow.c | 151 float s2,s_h,s_l,t_h,t_l; local 177 s2 = s*s; 178 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); 180 s2 = s_h*s_h; 181 t_h = (float)3.0+s2+r; 184 t_l = r-((t_h-(float)3.0)-s2);
|
D | sf_atan.c | 74 float w,s1,s2,z; local 109 s2 = w*(aT[1]+w*(aT[3]+w*(aT[5]+w*(aT[7]+w*aT[9])))); 110 if (id<0) return x - x*(s1+s2); 112 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
|
/device/google/contexthub/firmware/lib/libc/ |
D | strcasecmp.c | 77 strcasecmp(const char *s1, const char *s2) in strcasecmp() argument 81 const u_char *us2 = (const u_char *)s2; in strcasecmp() 90 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp() argument 95 const u_char *us2 = (const u_char *)s2; in strncasecmp()
|
D | memcmp.c | 42 memcmp(const void *s1, const void *s2, size_t n) in memcmp() argument 45 const unsigned char *p1 = s1, *p2 = s2; in memcmp()
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
D | s_atanf.c | 51 float w,s1,s2,z; in atanf() local 86 s2 = w*(aT[1]+w*aT[3]); in atanf() 87 if (id<0) return x - x*(s1+s2); in atanf() 89 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atanf()
|
/device/google/coral/vibrator/tests/ |
D | test-vibrator.cpp | 256 Sequence s1, s2, s3; in TEST_F() local 263 .InSequence(s2) in TEST_F() 269 .InSequence(s1, s2, s3) in TEST_F() 398 Sequence s1, s2, s3; in TEST_P() local 406 .InSequence(s2) in TEST_P() 413 .InSequence(s1, s2, s3) in TEST_P() 416 Sequence s1, s2, s3, s4; in TEST_P() local 424 .InSequence(s2) in TEST_P() 432 .InSequence(s1, s2, s3, s4) in TEST_P()
|
/device/google/contexthub/sensorhal/ |
D | directchannel.cpp | 240 gralloc1_backing_store_t s1, s2; in isSameMemory() local 243 && mPfnGetBackingStore(mGralloc1Device, h2, &s2) == GRALLOC1_ERROR_NONE in isSameMemory() 244 && s1 == s2; in isSameMemory()
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/hifi_hikey_lsp/ldscripts/ |
D | elf32xtensa.x | 753 *(.gnu.linkonce.s2.*)
|
D | elf32xtensa.xbn | 753 *(.gnu.linkonce.s2.*)
|
D | elf32xtensa.xn | 753 *(.gnu.linkonce.s2.*)
|
/device/linaro/hikey/hifi/firmware/ |
D | hifi-hikey960.img | 30 �!��2�s2�2B���E��
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/ |
D | xa_hikey.img | 30 �!��2�s2�2B���E��
|
D | map_hikey.txt | 1327 *(.gnu.linkonce.s2.*)
|