/external/fdlibm/ |
D | e_fmod.c | 36 unsigned lx,ly,lz; local 39 lx = __LO(x); /* low word of x */ 51 if((hx<hy)||(lx<ly)) return x; /* |x|<|y| return x */ 52 if(lx==ly) 59 for (ix = -1043, i=lx; i>0; i<<=1) ix -=1; 80 hx = (hx<<n)|(lx>>(32-n)); 81 lx <<= n; 83 hx = lx<<(n-32); 84 lx = 0; 103 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1; [all …]
|
D | s_nextafter.c | 31 unsigned lx,ly; local 34 lx = __LO(x); /* low word of x */ 40 if(((ix>=0x7ff00000)&&((ix-0x7ff00000)|lx)!=0) || /* x is nan */ 44 if((ix|lx)==0) { /* x == 0 */ 51 if(hx>hy||((hx==hy)&&(lx>ly))) { /* x > y, x -= ulp */ 52 if(lx==0) hx -= 1; 53 lx -= 1; 55 lx += 1; 56 if(lx==0) hx += 1; 59 if(hy>=0||hx>hy||((hx==hy)&&(lx>ly))){/* x < y, x -= ulp */ [all …]
|
D | s_ilogb.c | 29 int hx,lx,ix; local 33 lx = __LO(x); 34 if((hx|lx)==0) 38 for (ix = -1043; lx>0; lx<<=1) ix -=1;
|
D | e_jn.c | 60 int i,hx,ix,lx, sgn; local 69 lx = __LO(x); 71 if((ix|((unsigned)(lx|-lx))>>31)>0x7ff00000) return x+x; 81 if((ix|lx)==0||ix>=0x7ff00000) /* if x is 0 or inf */ 221 int i,hx,ix,lx; local 227 lx = __LO(x); 229 if((ix|((unsigned)(lx|-lx))>>31)>0x7ff00000) return x+x; 230 if((ix|lx)==0) return -one/zero;
|
D | e_atan2.c | 65 unsigned lx,ly; local 68 lx = __LO(x); 71 if(((ix|((lx|-lx)>>31))>0x7ff00000)|| 74 if((hx-0x3ff00000|lx)==0) return ieee_atan(y); /* x=1.0 */ 87 if((ix|lx)==0) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
|
D | s_isnan.c | 28 int hx,lx; local 30 lx = __LO(x); 31 hx |= (unsigned)(lx|(-lx))>>31;
|
D | e_atanh.c | 52 unsigned lx; local 54 lx = __LO(x); /* low word */ 56 if ((ix|((lx|(-lx))>>31))>0x3ff00000) /* |x|>1 */
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/ftrace/kernel_stack/ |
D | format | 12 …lx" ")\n\t=> (" "%016lx" ")\n\t=> (" "%016lx" ")\n" "\t=> (" "%016lx" ")\n\t=> (" "%016lx" ")\n\t=…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ftrace/user_stack/ |
D | format | 12 …lx" ")\n\t=> (" "%016lx" ")\n\t=> (" "%016lx" ")\n" "\t=> (" "%016lx" ")\n\t=> (" "%016lx" ")\n\t=…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/ftrace/kernel_stack/ |
D | format | 12 …08lx" ")\n\t=> (" "%08lx" ")\n\t=> (" "%08lx" ")\n" "\t=> (" "%08lx" ")\n\t=> (" "%08lx" ")\n\t=> …
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ftrace/kernel_stack/ |
D | format | 12 …lx" ")\n\t=> (" "%016lx" ")\n\t=> (" "%016lx" ")\n" "\t=> (" "%016lx" ")\n\t=> (" "%016lx" ")\n\t=…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/ftrace/user_stack/ |
D | format | 12 …08lx" ")\n\t=> (" "%08lx" ")\n\t=> (" "%08lx" ")\n" "\t=> (" "%08lx" ")\n\t=> (" "%08lx" ")\n\t=> …
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/ftrace/user_stack/ |
D | format | 12 …lx" ")\n\t=> (" "%016lx" ")\n\t=> (" "%016lx" ")\n" "\t=> (" "%016lx" ")\n\t=> (" "%016lx" ")\n\t=…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/ftrace/kernel_stack/ |
D | format | 13 …08lx" ")\n\t=> (" "%08lx" ")\n\t=> (" "%08lx" ")\n" "\t=> (" "%08lx" ")\n\t=> (" "%08lx" ")\n\t=> …
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/ftrace/user_stack/ |
D | format | 13 …08lx" ")\n\t=> (" "%08lx" ")\n\t=> (" "%08lx" ")\n" "\t=> (" "%08lx" ")\n\t=> (" "%08lx" ")\n\t=> …
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | smoothstep.sh | 40 …y=`echo ${yprec} k ${step} ${nsteps} / sx _2 lx 3 ^ '*' 3 lx 2 ^ '*' + p | dc | tr -d '\\\\\n' | s… 46 …y=`echo ${yprec} k ${step} ${nsteps} / sx 6 lx 5 ^ '*' _15 lx 4 ^ '*' + 10 lx 3 ^ '*' + p | dc | t… 52 …y=`echo ${yprec} k ${step} ${nsteps} / sx _20 lx 7 ^ '*' 70 lx 6 ^ '*' + _84 lx 5 ^ '*' + 35 lx 4 …
|
/external/icu/icu4c/source/data/unit/ |
D | mt.txt | 66 dnam{"lx"} 67 few{"{0} lx"} 68 many{"{0} lx"} 69 one{"{0} lx"} 70 other{"{0} lx"} 144 dnam{"lx"} 145 few{"{0} lx"} 146 many{"{0} lx"} 147 one{"{0} lx"} 148 other{"{0} lx"}
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/raw_syscalls/sys_enter/ |
D | format | 12 print fmt: "NR %ld (%lx, %lx, %lx, %lx, %lx, %lx)", REC->id, REC->args[0], REC->args[1], REC->args[…
|
/external/perfetto/src/traced/probes/ftrace/test/data/synthetic/events/raw_syscalls/sys_enter/ |
D | format | 12 print fmt: "NR %ld (%lx, %lx, %lx, %lx, %lx, %lx)", REC->id, REC->args[0], REC->args[1], REC->args[…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/raw_syscalls/sys_enter/ |
D | format | 12 print fmt: "NR %ld (%lx, %lx, %lx, %lx, %lx, %lx)", REC->id, REC->args[0], REC->args[1], REC->args[…
|
/external/deqp-deps/glslang/Test/ |
D | spv.ext.RayGenShaderArray.rgen | 18 uint lx = gl_LaunchIDEXT.x; 22 traceRayEXT(accEXT0[i], lx, ly, sx, sy, 0u, origin, 0.5f, dir, 0.75f, 1); 23 traceRayEXT(accEXT1[i], lx, ly, sx, sy, 0u, origin, 0.5f, dir, 0.75f, 1); 24 traceRayEXT(accEXT0[nonuniformEXT(i)], lx, ly, sx, sy, 0u, origin, 0.5f, dir, 0.75f, 1); 25 … traceRayEXT(accelerationStructureEXT(aHandle32), lx, ly, sx, sy, 0u, origin, 0.5f, dir, 0.75f, 1); 26 … traceRayEXT(accelerationStructureEXT(aHandle64), lx, ly, sx, sy, 0u, origin, 0.5f, dir, 0.75f, 1);
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | spv.ext.RayGenShaderArray.rgen | 18 uint lx = gl_LaunchIDEXT.x; 22 traceRayEXT(accEXT0[i], lx, ly, sx, sy, 0u, origin, 0.5f, dir, 0.75f, 1); 23 traceRayEXT(accEXT1[i], lx, ly, sx, sy, 0u, origin, 0.5f, dir, 0.75f, 1); 24 traceRayEXT(accEXT0[nonuniformEXT(i)], lx, ly, sx, sy, 0u, origin, 0.5f, dir, 0.75f, 1); 25 … traceRayEXT(accelerationStructureEXT(aHandle32), lx, ly, sx, sy, 0u, origin, 0.5f, dir, 0.75f, 1); 26 … traceRayEXT(accelerationStructureEXT(aHandle64), lx, ly, sx, sy, 0u, origin, 0.5f, dir, 0.75f, 1);
|
/external/rust/crates/libm/src/math/ |
D | jn.rs | 43 let lx: u32; in jn() localVariable 52 lx = get_low_word(x); in jn() 57 if (ix | (lx | ((!lx).wrapping_add(1))) >> 31) > 0x7ff00000 { in jn() 82 if (ix | lx) == 0 || ix == 0x7ff00000 { in jn() 256 let lx: u32; in yn() localVariable 266 lx = get_low_word(x); in yn() 271 if (ix | (lx | ((!lx).wrapping_add(1))) >> 31) > 0x7ff00000 { in yn() 275 if sign && (ix | lx) != 0 { in yn()
|
/external/python/rsa/rsa/ |
D | common.py | 114 lx = 1 121 (x, lx) = ((lx - (q * x)), x) 123 if lx < 0: 124 lx += ob # If neg wrap modulo orignal b 127 return a, lx, ly # Return only positive values
|
/external/llvm-project/llvm/test/ThinLTO/X86/ |
D | cache-import-lists.ll | 10 …bc,main,plx -r=%t.bc,f1,lx -r=%t.bc,f2,lx -r=%t1.bc,f1,plx -r=%t1.bc,linkonce_odr,plx -r=%t2.bc,f2… 11 …bc,main,plx -r=%t.bc,f1,lx -r=%t.bc,f2,lx -r=%t2.bc,f2,plx -r=%t2.bc,linkonce_odr,plx -r=%t1.bc,f1…
|