Home
last modified time | relevance | path

Searched defs:ub (Results 1 – 25 of 126) sorted by relevance

123456

/external/llvm-project/flang/lib/Lower/
DDoLoopHelper.cpp16 mlir::Value lb, mlir::Value ub, mlir::Value step, in createLoop()
31 mlir::Value lb, mlir::Value ub, const BodyGenerator &bodyGenerator) { in createLoop()
/external/llvm-project/openmp/runtime/src/
Dkmp_dispatch.cpp106 enum sched_type schedule, T lb, T ub, in __kmp_dispatch_init_algorithm()
718 kmp_int32 ub, kmp_int32 st) { in __kmp_dispatch_init_hier_runtime()
726 kmp_uint32 ub, kmp_int32 st) { in __kmp_dispatch_init_hier_runtime()
734 kmp_int64 ub, kmp_int64 st) { in __kmp_dispatch_init_hier_runtime()
742 kmp_uint64 ub, kmp_int64 st) { in __kmp_dispatch_init_hier_runtime()
769 T ub, typename traits_t<T>::signed_t st, in __kmp_dispatch_init()
1294 T ub; in __kmp_dispatch_next_algorithm() member
2303 kmp_int32 ub, kmp_int32 st, kmp_int32 chunk) { in __kmpc_dispatch_init_4()
2315 kmp_uint32 ub, kmp_int32 st, kmp_int32 chunk) { in __kmpc_dispatch_init_4u()
2328 kmp_int64 ub, kmp_int64 st, kmp_int64 chunk) { in __kmpc_dispatch_init_8()
[all …]
/external/llvm-project/openmp/runtime/test/worksharing/for/
Dkmp_sch_simd_guided.c56 i64 ub; // Chunk upper bound in run_loop_64() local
208 int ub; // Chunk upper bound in run_loop_32() local
362 i64 st, lb, ub; in run_64() local
382 int chunk, st, lb, ub; in run_32() local
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dloop.cu50 INLINE static void ForStaticChunk(int &last, T &lb, T &ub, ST &stride, in ForStaticChunk()
71 INLINE static void ForStaticNoChunk(int &last, T &lb, T &ub, ST &stride, in ForStaticNoChunk()
121 T ub = *pupper; in for_static_init() local
204 kmp_sched_t schedule, T lb, T ub, ST st, in dispatch_init()
409 INLINE static int DynamicNextChunk(T &lb, T &ub, T chunkSize, in DynamicNextChunk()
466 T ub = omptarget_nvptx_threadPrivateContext->LoopUpperBound(tid); in dispatch_next() local
531 int32_t schedule, int32_t lb, int32_t ub, in __kmpc_dispatch_init_4()
539 int32_t schedule, uint32_t lb, uint32_t ub, in __kmpc_dispatch_init_4u()
547 int32_t schedule, int64_t lb, int64_t ub, in __kmpc_dispatch_init_8()
555 int32_t schedule, uint64_t lb, uint64_t ub, in __kmpc_dispatch_init_8u()
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
Deval.pass.cpp61 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 …]
Deval_param.pass.cpp64 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in main() local
/external/llvm-project/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
Deval.pass.cpp62 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 …]
Deval_param.pass.cpp65 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in main() local
/external/llvm-project/flang/runtime/
Dcharacter.cpp77 SubscriptValue lb[maxRank], ub[maxRank], xAt[maxRank], yAt[maxRank]; in Compare() local
139 SubscriptValue lb[maxRank], ub[maxRank], stringAt[maxRank]; in AdjustLRHelper() local
191 SubscriptValue lb[maxRank], ub[maxRank], stringAt[maxRank]; in LenTrim() local
262 SubscriptValue lb[maxRank], ub[maxRank], xAt[maxRank]; in MaxMinHelper() local
344 SubscriptValue lb[maxRank], ub[maxRank], fromAt[maxRank]; in RTNAME() local
403 SubscriptValue ub[maxRank], lhsAt[maxRank], rhsAt[maxRank]; in RTNAME() local
DISO_Fortran_binding.cpp73 CFI_index_t ub{upper_bounds[j]}; in CFI_allocate() local
308 const CFI_index_t ub{upper_bounds ? upper_bounds[j] : srcUB}; in CFI_section() local
/external/openssh/openbsd-compat/regress/
Dstrtonumtest.c41 test(const char *p, long long lb, long long ub, int ok) in test()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_pack_color.h52 ubyte ub; member
/external/llvm-project/mlir/lib/Dialect/SCF/EDSC/
DBuilders.cpp33 mlir::edsc::loopNestBuilder(Value lb, Value ub, Value step, in loopNestBuilder()
46 Value lb, Value ub, Value step, ValueRange iterArgInitValues, in loopNestBuilder()
/external/llvm-project/clang/test/SemaObjC/
Dmrc-weak.m10 @property (unsafe_unretained) id ub; // expected-note {{property declared here}} property
/external/clang/test/SemaObjC/
Dmrc-weak.m10 @property (unsafe_unretained) id ub; // expected-note {{property declared here}} property
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/EDSC/
DBuilders.h24 Value ub(unsigned idx) const { return ubs[idx]; } in ub() function
/external/llvm-project/mlir/lib/Dialect/Async/Transforms/
DAsyncParallelFor.cpp135 auto ub = op.upperBound()[i]; in matchAndRewrite() local
210 auto ub = op.upperBound()[loopIdx]; in matchAndRewrite() local
/external/llvm-project/flang/include/flang/Semantics/
Dtype.h168 static ShapeSpec MakeExplicit(Bound &&lb, Bound &&ub) { in MakeExplicit()
172 static const ShapeSpec MakeExplicit(Bound &&ub) { in MakeExplicit()
211 ShapeSpec(Bound &&lb, Bound &&ub) : lb_{std::move(lb)}, ub_{std::move(ub)} {} in ShapeSpec()
/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/test/parallel/
Dlevel.c142 int ub = (i+32 > 5032) ? 5032 : i+32; in main() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_sse.h49 ubyte ub[16]; member
56 union { __m128i m; ubyte ub[16]; } u; in u_print_epi8() member
/external/llvm-project/mlir/include/mlir/Analysis/
DAffineAnalysis.h89 Optional<int64_t> ub; member
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dlogistic.h100 uint32_t ub = sigmoid_table_uint16[uh + 1]; in Logistic() local
/external/llvm-project/clang/test/CXX/expr/expr.unary/expr.new/
Dp14.cpp16 auto *ub = new Unaligned<__STDCPP_DEFAULT_NEW_ALIGNMENT__ * 2>; // expected-error {{deleted}} variable
/external/deqp/modules/glshared/
DglsRandomUniformBlockCase.hpp40 namespace ub namespace
/external/mesa3d/src/mesa/math/
Dm_translate.c123 #define TRX_UB(ub, f,n) ub = BYTE_TO_UBYTE( PTR_ELT(f,n) ) argument
177 #define TRX_UB(ub, f,n) ub = PTR_ELT(f,n) argument
224 #define TRX_UB(ub, f,n) ub = SHORT_TO_UBYTE(PTR_ELT(f,n)) argument
278 #define TRX_UB(ub,f,n) ub = (GLubyte) (PTR_ELT(f,n) >> 8) argument
331 #define TRX_UB(ub, f,n) ub = INT_TO_UBYTE(PTR_ELT(f,n)) argument
385 #define TRX_UB(ub, f,n) ub = (GLubyte) (PTR_ELT(f,n) >> 24) argument
438 #define TRX_UB(ub,f,n) UNCLAMPED_FLOAT_TO_UBYTE(ub, PTR_ELT(f,n)) argument

123456