/external/llvm-project/llvm/test/Transforms/Inline/ML/ |
D | bounds-checks-rewards.ll | 16 …-size-increase-threshold=1.0 -S < %s 2>&1 | FileCheck %s --check-prefix=CHECK --check-prefix=BOUNDS 21 …crease-threshold=1.1 -S < %s 2>&1 | FileCheck %s --check-prefix=CHECK --check-prefix=RELAXED-BOUNDS 52 ; RELAXED-BOUNDS-NEXT: feature: { int64_list: { value: [6] } } 55 ; BOUNDS-NEXT: feature: { int64_list: { value: [2147483647] } } 63 ; RELAXED-BOUNDS: call i64 @may_not_be_inlined 64 ; BOUNDS: call i64 @may_not_be_inlined
|
D | bounds-checks.ll | 7 …-size-increase-threshold=1.0 -S < %s 2>&1 | FileCheck %s --check-prefix=CHECK --check-prefix=BOUNDS 41 ; BOUNDS: call i64 @some_function
|
/external/freetype/src/truetype/ |
D | ttinterp.c | 88 #define BOUNDS( x, n ) ( (FT_UInt)(x) >= (FT_UInt)(n) ) macro 4218 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_NPUSHB() 4246 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_NPUSHW() 4277 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_PUSHB() 4303 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) ) in Ins_PUSHW() 4338 if ( BOUNDS( aIdx1, exc->zp2.n_points ) || in Ins_SxVTL() 4339 BOUNDS( aIdx2, exc->zp1.n_points ) ) in Ins_SxVTL() 4899 if ( BOUNDS( L, exc->zp2.n_points ) ) in Ins_SCFS() 4943 if ( BOUNDS( L, exc->zp0.n_points ) || in Ins_MD() 4944 BOUNDS( K, exc->zp1.n_points ) ) in Ins_MD() [all …]
|
/external/selinux/libselinux/src/ |
D | audit2why.c | 31 #define BOUNDS 6 macro 430 RETURN(BOUNDS) in analyze() 488 PyModule_AddIntConstant(m,"BOUNDS", BOUNDS);
|
/external/mesa3d/src/intel/compiler/ |
D | brw_inst.h | 83 #define BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, \ macro 113 BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, \ 120 BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, \ 153 BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, \ 168 BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, \ 201 BOUNDS(hi4, lo4, hi4, lo4, hi4, lo4, hi4, lo4, \ 214 BOUNDS(hi4, lo4, hi4, lo4, hi4, lo4, hi4, lo4, \ 1319 #undef BOUNDS
|
/external/deqp/external/vulkancts/data/vulkan/amber/rasterization/depth_bias/ |
D | d32_sfloat.amber | 124 BOUNDS min 0.0 max 1.0
|
D | d24_unorm.amber | 123 BOUNDS min 0.0 max 1.0
|
D | d16_unorm.amber | 123 BOUNDS min 0.0 max 1.0
|
/external/deqp-deps/amber/tests/cases/ |
D | draw_rectangles_depth_test_d24s8.amber | 103 BOUNDS min 0.0 max 1.0
|
D | draw_rectangles_depth_test_x8d24.amber | 103 BOUNDS min 0.0 max 1.0
|
D | draw_rectangles_depth_test.amber | 103 BOUNDS min 0.0 max 1.0
|
/external/setupdesign/main/src/com/google/android/setupdesign/view/ |
D | Illustration.java | 148 setOutlineProvider(ViewOutlineProvider.BOUNDS); in onMeasure()
|
/external/deqp-deps/amber/tools/ |
D | amber-syntax.vim | 47 syn keyword amberBlockCmd WRITE COMPARE_OP BOUNDS BIAS FAIL_OP PASS_OP
|
/external/selinux/python/audit2allow/ |
D | audit2allow | 295 if rc == audit2why.BOUNDS:
|
D | audit2why | 295 if rc == audit2why.BOUNDS:
|
/external/deqp-deps/amber/docs/ |
D | amber_script.md | 442 # BOUNDS and BIAS values are specified with decimal numbers. |compare_op| is selected 449 BOUNDS min {bound_min} max {bounds_max}
|
/external/llvm/lib/Target/X86/ |
D | X86SchedHaswell.td | 964 def : InstRW<[WriteBOUND], (instregex "BOUNDS(16|32)rm")>;
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86SchedHaswell.td | 685 def : InstRW<[HWWriteBOUND], (instregex "BOUNDS(16|32)rm")>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86SchedHaswell.td | 682 def : InstRW<[HWWriteBOUND], (instregex "BOUNDS(16|32)rm")>;
|
/external/freetype/ |
D | ChangeLog.24 | 5505 Change `BOUNDS' to `BOUNDSL' where appropriate.
|
D | ChangeLog.23 | 4655 * src/truetype/ttinterp (Ins_SHC): Use BOUNDS() to check
|