Searched refs:d32 (Results 1 – 12 of 12) sorted by relevance
/external/webkit/JavaScriptCore/runtime/ |
D | JSValue.cpp | 149 double d32 = fmod(trunc(d), D32); in toInt32SlowCase() local 150 if (d32 >= D32 / 2) in toInt32SlowCase() 151 d32 -= D32; in toInt32SlowCase() 152 else if (d32 < -D32 / 2) in toInt32SlowCase() 153 d32 += D32; in toInt32SlowCase() 154 return static_cast<int32_t>(d32); in toInt32SlowCase() 169 double d32 = fmod(trunc(d), D32); in toUInt32SlowCase() local 170 if (d32 < 0) in toUInt32SlowCase() 171 d32 += D32; in toUInt32SlowCase() 172 return static_cast<uint32_t>(d32); in toUInt32SlowCase()
|
/external/svox/pico/lib/ |
D | picosig2.c | 65 picoos_int32 *d32; in sigAllocate() local 164 d32 = (picoos_int32 *) picoos_allocate(mm, sizeof(picoos_int32) in sigAllocate() 166 if (NULL == d32) { in sigAllocate() 170 sig_inObj->int_vec22 = d32; in sigAllocate() 171 d32 = (picoos_int32 *) picoos_allocate(mm, sizeof(picoos_int32) in sigAllocate() 173 if (NULL == d32) { in sigAllocate() 177 sig_inObj->int_vec23 = d32; in sigAllocate() 178 d32 = (picoos_int32 *) picoos_allocate(mm, sizeof(picoos_int32) in sigAllocate() 180 if (NULL == d32) { in sigAllocate() 184 sig_inObj->int_vec24 = d32; in sigAllocate() [all …]
|
/external/kernel-headers/original/asm-x86/ |
D | acpi_32.h | 71 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument 74 :"r"(d32), \
|
/external/skia/src/core/ |
D | SkBlitter_4444.cpp | 204 uint32_t d32 = SkExpand_4444(*device) * invScale; in blitV() local 205 *device = SkCompact_4444((c32 + d32) >> 4); in blitV()
|
/external/tcpdump/tests/ |
D | print-xx.new | 31 0x00b0: 3278 3536 2d32 290d 0a41 6363 6570 743a 372 0x1480: 6562 6961 6e2f 6f70 656e 6c6f 676f 2d32
|
D | print-xx.out | 31 0x00b0: 3278 3536 2d32 290d 0a41 6363 6570 743a 372 0x1480: 6562 6961 6e2f 6f70 656e 6c6f 676f 2d32
|
D | print-x.out | 27 0x00a0: 3133 3278 3536 2d32 290d 0a41 6363 6570 367 0x1480: 2d32 352e 6a70 6722 2061 6c74 3d22 4465
|
D | print-x.new | 27 0x00a0: 3133 3278 3536 2d32 290d 0a41 6363 6570 367 0x1480: 2d32 352e 6a70 6722 2061 6c74 3d22 4465
|
D | print-XX.new | 31 0x00b0: 3278 3536 2d32 290d 0a41 6363 6570 743a 2x56-2)..Accept: 372 0x1480: 6562 6961 6e2f 6f70 656e 6c6f 676f 2d32 ebian/openlogo-2
|
D | print-X.new | 27 0x00a0: 3133 3278 3536 2d32 290d 0a41 6363 6570 132x56-2)..Accep 367 0x1480: 2d32 352e 6a70 6722 2061 6c74 3d22 4465 -25.jpg".alt="De
|
D | print-capXX.out | 31 0x00b0: 3278 3536 2d32 290d 0a41 6363 6570 743a 2x56-2)..Accept: 372 0x1480: 6562 6961 6e2f 6f70 656e 6c6f 676f 2d32 ebian/openlogo-2
|
D | print-capX.out | 27 0x00a0: 3133 3278 3536 2d32 290d 0a41 6363 6570 132x56-2)..Accep 367 0x1480: 2d32 352e 6a70 6722 2061 6c74 3d22 4465 -25.jpg".alt="De
|