/external/syzkaller/vendor/golang.org/x/net/idna/ |
D | punycode.go | 27 tmax int32 = 26 const 70 } else if t > tmax { 71 t = tmax 146 } else if t > tmax { 147 t = tmax 198 for delta > ((base-tmin)*tmax)/2 {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVNHoist/ |
D | hoist-convergent.ll | 28 %tmax.0 = phi float [ %mul2, %if.then ], [ %mul6, %if.else ] 29 %add = fadd float %tmax.0, 10.0 58 %tmax.0 = phi float [ %mul2, %if.then ], [ %mul6, %if.else ] 59 %add = fadd float %tmax.0, 10.0 84 %tmax.0 = phi float [ %mul2, %if.then ], [ %mul6, %if.else ] 85 %add = fadd float %tmax.0, 10.0
|
D | hoist.ll | 37 %tmax.0 = phi float [ %mul2, %if.then ], [ %mul6, %if.else ] 39 %add = fadd float %tmax.0, %tmin.0 86 %tmax.0 = phi float [ %mul2, %if.then ], [ %mul6, %if.else ] 88 %add = fadd float %tmax.0, %tmin.0 138 %tmax.0 = phi float [ %mul2, %if.then ], [ %mul6, %if.else ] 140 %add = fadd float %tmax.0, %tmin.0 185 %tmax.0 = phi float [ %mul2, %if.then ], [ %mul6, %if.else ] 187 %add = fadd float %tmax.0, %tmin.0 378 %tmax.0 = phi float [ %mul2, %if.then ], [ %mul6, %if.else ] 389 %add = fadd float %tmax.0, %tmin.0 [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | punyref.cpp | 51 enum { base = 36, tmin = 1, tmax = 26, skew = 38, damp = 700, enumerator 119 for (k = 0; delta > ((base - tmin) * tmax) / 2; k += base) { in adapt() 195 k >= bias + tmax ? tmax : k - bias; in punycode_encode() 267 k >= bias + tmax ? tmax : k - bias; in punycode_decode()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 49 private static final int tmax = 26; field in PunycodeReference 128 for (k = 0; delta > ((base - tmin) * tmax) / 2; k += base) { in adapt() 202 k >= bias + tmax ? tmax : k - bias; in encode() 349 (k >= (bias + tmax)) ? tmax : k - bias; in decode()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 52 private static final int tmax = 26; field in PunycodeReference 131 for (k = 0; delta > ((base - tmin) * tmax) / 2; k += base) { in adapt() 205 k >= bias + tmax ? tmax : k - bias; in encode() 352 (k >= (bias + tmax)) ? tmax : k - bias; in decode()
|
/external/iputils/ |
D | ping_common.c | 48 long tmax; /* maximum round trip time */ variable 423 waittime = 2 * tmax; in __schedule_exit() 904 if (triptime > tmax) in gather_statistics() 905 tmax = triptime; in gather_statistics() 1046 (long)tmax/1000, (long)tmax%1000, in finish() 1084 (long)tmax/1000, (long)tmax%1000 in status()
|
D | ping_common.h | 166 extern long tmax; /* maximum round trip time */
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/ |
D | 5-1-buildonly.c | 21 shmatt_t tmax = USHRT_MAX; variable
|
/external/ImageMagick/MagickCore/ |
D | accelerate-kernels-private.h | 1029 float tmax=MagickMax(MagickMax(pixel.x,pixel.y),pixel.z); 1030 if (tmax != 0.0f) 1033 float delta=tmax-tmin; 1035 result.y=delta/tmax; 1036 result.z=QuantumScale*tmax; 1039 result.x =((pixel.x == tmax) ? 0.0f : ((pixel.y == tmax) ? 2.0f : 4.0f)); 1040 result.x+=((pixel.x == tmax) ? (pixel.y-pixel.z) : ((pixel.y == tmax) ? 1980 tmax, 1986 tmax=MagickMax(QuantumScale*red,MagickMax(QuantumScale*green, QuantumScale*blue)); 1989 c=tmax-tmin; [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/ |
D | 2007-07-25-SinglePredecessor.ll | 13 …* %this, %struct.ggBox3* %ray, double %unnamed_arg, double %tmin, double %tmax, %struct.mrViewingH…
|
/external/mesa3d/src/mesa/main/ |
D | debug_output.c | 580 int s, t, smax, tmax; in debug_set_message_enable_all() local 591 tmax = MESA_DEBUG_TYPE_COUNT; in debug_set_message_enable_all() 593 tmax = type+1; in debug_set_message_enable_all() 599 for (t = type; t < tmax; t++) { in debug_set_message_enable_all()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | 2007-07-25-SinglePredecessor.ll | 13 …* %this, %struct.ggBox3* %ray, double %unnamed_arg, double %tmin, double %tmax, %struct.mrViewingH…
|
/external/llvm/test/Transforms/GVN/ |
D | 2007-07-25-SinglePredecessor.ll | 13 …* %this, %struct.ggBox3* %ray, double %unnamed_arg, double %tmin, double %tmax, %struct.mrViewingH…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/ |
D | 2007-07-25-SinglePredecessor.ll | 13 …* %this, %struct.ggBox3* %ray, double %unnamed_arg, double %tmin, double %tmax, %struct.mrViewingH…
|
/external/iproute2/ip/ |
D | iplink.c | 525 int tmin, tmax; in iplink_parse_vf() local 528 ipaddr_get_vf_rate(tivt.vf, &tmin, &tmax, dev_index); in iplink_parse_vf() 532 tivt.max_tx_rate = tmax; in iplink_parse_vf()
|
/external/mp4parser/isoparser/src/main/resources/ |
D | isoparser-default.properties | 211 #hinf-tmax=com.coremedia.iso.boxes.rtp.LargestRelativeTransmissionTimeBox()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr17168.ll | 78 !22 = !DILocalVariable(name: "tmax", line: 80, scope: !4, file: !5, type: !20)
|