/external/icu/icu4c/source/test/testdata/ |
D | dcfmtest.txt | 34 # floor 74 format 0.00 floor "32.045" "32.04" 83 format 0.00 floor "-32.045" "-32.05" 92 format @@@ floor "1235.00" "1230" 101 format @@@ floor "-1235.00" "-1240" 110 format 0.000E0 floor "12345" "1.234E4" 145 format 0.0 floor "-1.00" "-1.0" 152 format 0.0 floor "-0.99" "-1.0" 159 format 0.0 floor "-0.98" "-1.0" 166 format 0.0 floor "-0.97" "-1.0" [all …]
|
/external/libxml2/test/XPath/expr/ |
D | functions | 6 floor(0.1) 7 floor(-0.1) 8 floor(-0) 9 floor(0) 10 floor(5.2) 11 floor(-5.2) 12 floor(100000000000000000000) 13 floor(-100000000000000000000) 14 floor(0 div 0) 15 floor(1 div 0) [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | cvt_flr_i32_f32.ll | 6 declare float @llvm.floor.f32(float) #1 14 %floor = call float @llvm.floor.f32(float %x) #1 15 %cvt = fptosi float %floor to i32 27 %floor = call float @llvm.floor.f32(float %fadd) #1 28 %cvt = fptosi float %floor to i32 40 %floor = call float @llvm.floor.f32(float %x.fabs) #1 41 %cvt = fptosi float %floor to i32 53 %floor = call float @llvm.floor.f32(float %x.fneg) #1 54 %cvt = fptosi float %floor to i32 67 %floor = call float @llvm.floor.f32(float %x.fabs.fneg) #1 [all …]
|
D | cvt_rpi_i32_f32.ll | 6 declare float @llvm.floor.f32(float) #1 14 %floor = call float @llvm.floor.f32(float %fadd) #1 15 %cvt = fptosi float %floor to i32 27 %floor = call float @llvm.floor.f32(float %fadd) #1 28 %cvt = fptosi float %floor to i32 43 %floor = call float @llvm.floor.f32(float %fadd) #1 44 %cvt = fptosi float %floor to i32 62 %floor = call float @llvm.floor.f32(float %fadd) #1 63 %cvt = fptosi float %floor to i32 76 %floor = call float @llvm.floor.f32(float %fadd) #1 [all …]
|
D | fract.ll | 8 declare float @llvm.floor.f32(float) #0 19 %floor.x = call float @llvm.floor.f32(float %x) 20 %fract = fsub float %x, %floor.x 35 %floor.x.neg = call float @llvm.floor.f32(float %x.neg) 36 %fract = fsub float %x.neg, %floor.x.neg 52 %floor.neg.abs.x = call float @llvm.floor.f32(float %neg.abs.x) 53 %fract = fsub float %neg.abs.x, %floor.neg.abs.x 66 %floor.x = call float @llvm.floor.f32(float %x) 67 %fract = fsub float %x, %floor.x 68 store volatile float %floor.x, float addrspace(1)* %out
|
D | ffloor.f64.ll | 6 declare double @llvm.floor.f64(double) nounwind readnone 7 declare <2 x double> @llvm.floor.v2f64(<2 x double>) nounwind readnone 8 declare <3 x double> @llvm.floor.v3f64(<3 x double>) nounwind readnone 9 declare <4 x double> @llvm.floor.v4f64(<4 x double>) nounwind readnone 10 declare <8 x double> @llvm.floor.v8f64(<8 x double>) nounwind readnone 11 declare <16 x double> @llvm.floor.v16f64(<16 x double>) nounwind readnone 23 %y = call double @llvm.floor.f64(double %x) nounwind readnone 39 %y = call double @llvm.floor.f64(double %neg) nounwind readnone 56 %y = call double @llvm.floor.f64(double %neg) nounwind readnone 65 %y = call <2 x double> @llvm.floor.v2f64(<2 x double> %x) nounwind readnone [all …]
|
D | fract.f64.ll | 9 declare double @llvm.floor.f64(double) #0 32 %floor.x = call double @llvm.floor.f64(double %x) 33 %fract = fsub double %x, %floor.x 60 %floor.neg.x = call double @llvm.floor.f64(double %neg.x) 61 %fract = fsub double %neg.x, %floor.neg.x 89 %floor.neg.abs.x = call double @llvm.floor.f64(double %neg.abs.x) 90 %fract = fsub double %neg.abs.x, %floor.neg.abs.x 103 %floor.x = call double @llvm.floor.f64(double %x) 104 %fract = fsub double %x, %floor.x 105 store volatile double %floor.x, double addrspace(1)* %out
|
D | ffloor.ll | 9 %tmp = call float @llvm.floor.f32(float %in) #0 19 %tmp = call <2 x float> @llvm.floor.v2f32(<2 x float> %in) #0 35 %tmp = call <4 x float> @llvm.floor.v4f32(<4 x float> %in) #0 41 declare float @llvm.floor.f32(float) #0 44 declare <2 x float> @llvm.floor.v2f32(<2 x float>) #0 47 declare <4 x float> @llvm.floor.v4f32(<4 x float>) #0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | cvt_flr_i32_f32.ll | 6 declare float @llvm.floor.f32(float) #1 14 %floor = call float @llvm.floor.f32(float %x) #1 15 %cvt = fptosi float %floor to i32 27 %floor = call float @llvm.floor.f32(float %fadd) #1 28 %cvt = fptosi float %floor to i32 40 %floor = call float @llvm.floor.f32(float %x.fabs) #1 41 %cvt = fptosi float %floor to i32 53 %floor = call float @llvm.floor.f32(float %x.fneg) #1 54 %cvt = fptosi float %floor to i32 67 %floor = call float @llvm.floor.f32(float %x.fabs.fneg) #1 [all …]
|
D | cvt_rpi_i32_f32.ll | 6 declare float @llvm.floor.f32(float) #1 14 %floor = call float @llvm.floor.f32(float %fadd) #1 15 %cvt = fptosi float %floor to i32 27 %floor = call float @llvm.floor.f32(float %fadd) #1 28 %cvt = fptosi float %floor to i32 43 %floor = call float @llvm.floor.f32(float %fadd) #1 44 %cvt = fptosi float %floor to i32 62 %floor = call float @llvm.floor.f32(float %fadd) #1 63 %cvt = fptosi float %floor to i32 76 %floor = call float @llvm.floor.f32(float %fadd) #1 [all …]
|
D | fract.ll | 8 declare float @llvm.floor.f32(float) #0 19 %floor.x = call float @llvm.floor.f32(float %x) 20 %fract = fsub float %x, %floor.x 35 %floor.x.neg = call float @llvm.floor.f32(float %x.neg) 36 %fract = fsub float %x.neg, %floor.x.neg 52 %floor.neg.abs.x = call float @llvm.floor.f32(float %neg.abs.x) 53 %fract = fsub float %neg.abs.x, %floor.neg.abs.x 66 %floor.x = call float @llvm.floor.f32(float %x) 67 %fract = fsub float %x, %floor.x 68 store volatile float %floor.x, float addrspace(1)* %out
|
D | ffloor.f64.ll | 6 declare double @llvm.floor.f64(double) nounwind readnone 7 declare <2 x double> @llvm.floor.v2f64(<2 x double>) nounwind readnone 8 declare <3 x double> @llvm.floor.v3f64(<3 x double>) nounwind readnone 9 declare <4 x double> @llvm.floor.v4f64(<4 x double>) nounwind readnone 10 declare <8 x double> @llvm.floor.v8f64(<8 x double>) nounwind readnone 11 declare <16 x double> @llvm.floor.v16f64(<16 x double>) nounwind readnone 23 %y = call double @llvm.floor.f64(double %x) nounwind readnone 39 %y = call double @llvm.floor.f64(double %neg) nounwind readnone 56 %y = call double @llvm.floor.f64(double %neg) nounwind readnone 65 %y = call <2 x double> @llvm.floor.v2f64(<2 x double> %x) nounwind readnone [all …]
|
D | fract.f64.ll | 9 declare double @llvm.floor.f64(double) #0 32 %floor.x = call double @llvm.floor.f64(double %x) 33 %fract = fsub double %x, %floor.x 60 %floor.neg.x = call double @llvm.floor.f64(double %neg.x) 61 %fract = fsub double %neg.x, %floor.neg.x 89 %floor.neg.abs.x = call double @llvm.floor.f64(double %neg.abs.x) 90 %fract = fsub double %neg.abs.x, %floor.neg.abs.x 103 %floor.x = call double @llvm.floor.f64(double %x) 104 %fract = fsub double %x, %floor.x 105 store volatile double %floor.x, double addrspace(1)* %out
|
D | ffloor.ll | 9 %tmp = call float @llvm.floor.f32(float %in) #0 19 %tmp = call <2 x float> @llvm.floor.v2f32(<2 x float> %in) #0 35 %tmp = call <4 x float> @llvm.floor.v4f32(<4 x float> %in) #0 41 declare float @llvm.floor.f32(float) #0 44 declare <2 x float> @llvm.floor.v2f32(<2 x float>) #0 47 declare <4 x float> @llvm.floor.v4f32(<4 x float>) #0
|
/external/jemalloc_new/test/unit/ |
D | extent_quantize.c | 60 size_t lextent_size, extent_size, floor, ceil; in TEST_BEGIN() local 68 floor = extent_size_quantize_floor(extent_size); in TEST_BEGIN() 71 assert_zu_eq(extent_size, floor, in TEST_BEGIN() 93 extent_size_prev = floor; in TEST_BEGIN() 109 size_t extent_size, floor, ceil; in TEST_BEGIN() local 112 floor = extent_size_quantize_floor(extent_size); in TEST_BEGIN() 115 assert_zu_le(floor, extent_size, in TEST_BEGIN() 117 floor, extent_size, ceil); in TEST_BEGIN() 120 "ceil=%zu)", floor, extent_size, ceil); in TEST_BEGIN() 122 assert_zu_le(floor_prev, floor, "Floor should be monotonic " in TEST_BEGIN() [all …]
|
/external/jemalloc/test/unit/ |
D | run_quantize.c | 60 size_t lrun_size, run_size, floor, ceil; in TEST_BEGIN() local 67 floor = run_quantize_floor(run_size); in TEST_BEGIN() 70 assert_zu_eq(run_size, floor, in TEST_BEGIN() 88 run_size_prev = floor; in TEST_BEGIN() 115 size_t run_size, floor, ceil; in TEST_BEGIN() local 118 floor = run_quantize_floor(run_size); in TEST_BEGIN() 121 assert_zu_le(floor, run_size, in TEST_BEGIN() 123 floor, run_size, ceil); in TEST_BEGIN() 126 floor, run_size, ceil); in TEST_BEGIN() 128 assert_zu_le(floor_prev, floor, "Floor should be monotonic " in TEST_BEGIN() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | tail-call-builtin.ll | 5 ; CHECK: bl floor 8 %val = tail call double @floor(double %in) 15 ; CHECK: b floor 17 %val = tail call double @floor(double %in) 23 ; CHECK-NOT: bl floor 25 %val = tail call double @floor(double %in) 31 ; CHECK: bl floor 33 %val = tail call double @floor(double %in) 37 declare double @floor(double) nounwind readonly
|
/external/llvm/test/CodeGen/ARM/ |
D | tail-call-builtin.ll | 5 ; CHECK: bl floor 8 %val = tail call double @floor(double %in) 15 ; CHECK: b floor 17 %val = tail call double @floor(double %in) 23 ; CHECK-NOT: bl floor 25 %val = tail call double @floor(double %in) 31 ; CHECK: bl floor 33 %val = tail call double @floor(double %in) 37 declare double @floor(double) nounwind readonly
|
/external/libxml2/result/XPath/expr/ |
D | functions | 23 Expression: floor(0.1) 27 Expression: floor(-0.1) 31 Expression: floor(-0) 35 Expression: floor(0) 39 Expression: floor(5.2) 43 Expression: floor(-5.2) 47 Expression: floor(100000000000000000000) 51 Expression: floor(-100000000000000000000) 55 Expression: floor(0 div 0) 59 Expression: floor(1 div 0) [all …]
|
/external/protobuf/js/binary/ |
D | encoder.js | 84 goog.asserts.assert(lowBits == Math.floor(lowBits)); 85 goog.asserts.assert(highBits == Math.floor(highBits)); 108 goog.asserts.assert(value == Math.floor(value)); 127 goog.asserts.assert(value == Math.floor(value)); 156 goog.asserts.assert(value == Math.floor(value)); 172 goog.asserts.assert(value == Math.floor(value)); 187 goog.asserts.assert(value == Math.floor(value)); 201 goog.asserts.assert(value == Math.floor(value)); 216 goog.asserts.assert(value == Math.floor(value)); 228 goog.asserts.assert(value == Math.floor(value)); [all …]
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | floor.cc | 25 namespace floor { namespace 65 /*free=*/nullptr, floor::Prepare, in Register_FLOOR_REF() 66 floor::Eval<floor::kReference>}; in Register_FLOOR_REF() 72 /*free=*/nullptr, floor::Prepare, in Register_FLOOR() 73 floor::Eval<floor::kGenericOptimized>}; in Register_FLOOR()
|
/external/ImageMagick/coders/ |
D | label.c | 133 width=(size_t) floor(draw_info->pointsize*strlen(label)+0.5); in ReadLABELImage() 145 image->columns=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadLABELImage() 146 image->rows=(size_t) floor(metrics.height+draw_info->stroke_width+0.5); in ReadLABELImage() 172 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadLABELImage() 173 height=(size_t) floor(metrics.height+draw_info->stroke_width+0.5); in ReadLABELImage() 202 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadLABELImage() 203 height=(size_t) floor(metrics.height+draw_info->stroke_width+0.5); in ReadLABELImage() 232 image->columns=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadLABELImage() 234 image->columns=(size_t) floor(draw_info->pointsize+draw_info->stroke_width+ in ReadLABELImage() 237 image->rows=(size_t) floor(metrics.ascent-metrics.descent+ in ReadLABELImage() [all …]
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | bits.h | 80 int floor = Log2Floor(n); in Log2Ceiling() local 82 return floor; in Log2Ceiling() 84 return floor + 1; in Log2Ceiling() 88 int floor = Log2Floor64(n); in Log2Ceiling64() local 90 return floor; in Log2Ceiling64() 92 return floor + 1; in Log2Ceiling64()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
D | AbstractIntegerDistribution.java | 70 return cumulativeProbability((int) FastMath.floor(x)); in cumulativeProbability() 93 if (FastMath.floor(x0) < x0) { in cumulativeProbability() 94 return cumulativeProbability(((int) FastMath.floor(x0)) + 1, in cumulativeProbability() 95 (int) FastMath.floor(x1)); // don't want to count mass below x0 in cumulativeProbability() 97 return cumulativeProbability((int) FastMath.floor(x0), in cumulativeProbability() 98 (int) FastMath.floor(x1)); in cumulativeProbability() 126 double fl = FastMath.floor(x); in probability()
|
/external/perfetto/ui/src/tracks/cpu_freq/ |
D | frontend.ts | 69 const startPx = Math.floor(timeScale.timeToPx(visibleWindowTime.start)); 70 const endPx = Math.floor(timeScale.timeToPx(visibleWindowTime.end)); 82 const unitGroup = Math.floor(exp / 3); 104 lastX = Math.floor(timeScale.timeToPx(startTime)); 112 const finalX = Math.floor(timeScale.timeToPx(endTime)); 127 const firstX = Math.floor(timeScale.timeToPx(data.tsStarts[i])); 128 const secondX = Math.floor(timeScale.timeToPx(data.tsEnds[i])); 146 const xStart = Math.floor(timeScale.timeToPx(this.hoveredTs)); 149 Math.floor(timeScale.timeToPx(this.hoveredTsEnd));
|