| /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ |
| D | eval.pass.cpp | 61 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test1() local 124 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test2() local 187 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test3() local 250 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test4() local 313 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test5() local 376 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test6() local 439 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test7() local 502 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test8() local 565 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test9() local 628 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test10() local [all …]
|
| D | eval_param.pass.cpp | 64 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in main() local
|
| /external/cronet/third_party/libc++/src/test/std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.pconst/ |
| D | eval.pass.cpp | 62 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test1() local 125 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test2() local 188 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test3() local 251 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test4() local 314 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test5() local 377 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test6() local 440 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test7() local 503 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test8() local 566 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test9() local 629 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test10() local [all …]
|
| D | eval_param.pass.cpp | 65 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in main() local
|
| /external/angle/third_party/abseil-cpp/absl/random/internal/ |
| D | mock_validators.h | 70 NumType ub = dist.b(); in ValidateImpl() local 86 NumType ub = dist.b(); in ValidateImpl() local
|
| /external/libyuv/util/ |
| D | yuvconstants.c | 64 float ub = 2 * (1 - kb); in main() local
|
| D | color.cc | 78 float ub = 2 * (1 - kb); in main() local
|
| /external/mesa3d/src/mesa/main/ |
| D | dlist.h | 62 GLubyte ub; member
|
| /external/clang/test/SemaObjC/ |
| D | mrc-weak.m | 10 @property (unsafe_unretained) id ub; // expected-note {{property declared here}} property
|
| /external/tensorflow/tensorflow/compiler/mlir/tfrt/python_tests/ |
| D | tf_math_ops_test.py | 51 def test_1d(op_name, fn, vectorize=False, lb=-1.0, ub=1.0, rtol_enum=Rtol.BASE): argument
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/genetics/ |
| D | OrderedCrossover.java | 118 final int ub = FastMath.max(a, b); in mate() local
|
| /external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/gml_st/transforms/ |
| D | transforms.cc | 48 Value lb = loopOp.lowerBound()[idx], ub = loopOp.upperBound()[idx], in peelLoop() local 98 Value remainderIv, Value ub, in rewriteAffineOpAfterPeeling() 288 Value ub = loopOp.upperBound()[idx]; in peelAndCanonicalizeGmlStLoop() local
|
| D | gml_st_to_scf.cc | 49 Value lb, ub, step, iv; in matchAndRewrite() local
|
| /external/libyuv/source/ |
| D | row_rvv.cc | 34 #define YUVTORGB_SETUP(yuvconst, ub, vr, ug, vg, yg, bb, bg, br) \ argument 79 #define YUVTORGB(vl, v_u, v_v, ub, vr, ug, vg, yg, bb, bg, br, v_y_16, v_g_16, \ argument 409 uint8_t ub, vr, ug, vg; in I444ToARGBRow_RVV() local 441 uint8_t ub, vr, ug, vg; in I444AlphaToARGBRow_RVV() local 473 uint8_t ub, vr, ug, vg; in I444ToRGB24Row_RVV() local 503 uint8_t ub, vr, ug, vg; in I422ToARGBRow_RVV() local 535 uint8_t ub, vr, ug, vg; in I422AlphaToARGBRow_RVV() local 567 uint8_t ub, vr, ug, vg; in I422ToRGBARow_RVV() local 598 uint8_t ub, vr, ug, vg; in I422ToRGB24Row_RVV() local 699 uint8_t ub, vr, ug, vg; in NV12ToARGBRow_RVV() local [all …]
|
| /external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
| D | logistic.h | 102 uint32_t ub = sigmoid_table_uint16[uh + 1]; in Logistic() local
|
| D | tanh.h | 96 uint32_t ub = sigmoid_table_uint16[uh + 1]; in Tanh() local
|
| /external/deqp/modules/glshared/ |
| D | glsRandomUniformBlockCase.hpp | 40 namespace ub namespace
|
| /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/ |
| D | p2.cpp | 66 S<B>::U ub(0); // expected-error {{no match}} variable
|
| /external/mesa3d/src/panfrost/lib/ |
| D | pan_clear.c | 165 uint32_t ub = float_to_fixed(b, l.int_b, l.frac_b, dithered) << count_g; in pan_pack_color() local
|
| /external/perfetto/src/trace_processor/db/column/ |
| D | data_layer.cc | 133 auto ub = [&]() { in OrderedIndexSearchValidated() local
|
| /external/OpenCL-CTS/test_conformance/vectors/ |
| D | structs.cpp | 210 uint8_t *ub = (uint8_t *)(pBufferStruct->m_pIn); in initContents() local
|
| /external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/ |
| D | legalize_sort.cc | 87 Value ub; in generateScalarImplementation() local
|
| /external/capstone/bindings/vb6/ |
| D | mMisc.bas | 375 Dim tmp() As String, ub As Long variable
|
| /external/cronet/third_party/icu/source/test/perf/howExpensiveIs/ |
| D | howExpensiveIs.cpp | 255 #define OCName(svc,ub,testn,suffix,n) testn ## svc ## ub ## suffix ## n argument 256 #define OCStr(svc,ub,suffix,n) "Test_" # svc # ub # suffix # n argument 257 #define OCRun(svc,ub,suffix) svc ## ub ## suffix argument
|
| /external/icu/icu4c/source/test/perf/howExpensiveIs/ |
| D | howExpensiveIs.cpp | 255 #define OCName(svc,ub,testn,suffix,n) testn ## svc ## ub ## suffix ## n argument 256 #define OCStr(svc,ub,suffix,n) "Test_" # svc # ub # suffix # n argument 257 #define OCRun(svc,ub,suffix) svc ## ub ## suffix argument
|