/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/felix/vibrator/cs40l26/tests/ |
D | test-vibrator.cpp | 382 Sequence s1, s2; in TEST_F() local 387 .InSequence(s2) in TEST_F() 390 .InSequence(s1, s2) in TEST_F() 446 Sequence s1, s2; in TEST_F() local 448 EXPECT_CALL(*mMockApi, getHapticAlsaDevice(_, _)).InSequence(s2).WillOnce(Return(true)); in TEST_F() 450 .InSequence(s1, s2) in TEST_F() 457 Sequence s1, s2, s3, s4; in TEST_F() local 465 EXPECT_CALL(*mMockApi, getHapticAlsaDevice(_, _)).InSequence(s2).WillOnce(Return(true)); in TEST_F() 474 .InSequence(s1, s2, s3, s4) in TEST_F()
|
/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/google/cuttlefish/guest/hals/identity/libeic/ |
D | EicOpsImpl.cc | 62 int eicCryptoMemCmp(const void* s1, const void* s2, size_t n) { in eicCryptoMemCmp() argument 63 return CRYPTO_memcmp(s1, s2, n); in eicCryptoMemCmp()
|
D | EicOps.h | 146 int eicCryptoMemCmp(const void* s1, const void* s2, size_t n);
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 820 ebpf_error(const char *s1, const char *s2) "error in %s: %s" 2289 sh_intc_sources(int p, int a, int c, int m, unsigned short v, const char *s1, const char *s2, const… 4146 spapr_vscsi_command_complete_sense_data1(uint32_t len, unsigned s0, unsigned s1, unsigned s2, unsig…
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 820 ebpf_error(const char *s1, const char *s2) "error in %s: %s" 2289 sh_intc_sources(int p, int a, int c, int m, unsigned short v, const char *s1, const char *s2, const… 4146 spapr_vscsi_command_complete_sense_data1(uint32_t len, unsigned s0, unsigned s1, unsigned s2, unsig…
|