Home
last modified time | relevance | path

Searched refs:BOUNDS (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/llvm/test/Transforms/Inline/ML/
Dbounds-checks-rewards.ll16 …-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
Dbounds-checks.ll7 …-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/
Dttinterp.c88 #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/
Daudit2why.c31 #define BOUNDS 6 macro
430 RETURN(BOUNDS) in analyze()
488 PyModule_AddIntConstant(m,"BOUNDS", BOUNDS);
/external/mesa3d/src/intel/compiler/
Dbrw_inst.h83 #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/
Dd32_sfloat.amber124 BOUNDS min 0.0 max 1.0
Dd24_unorm.amber123 BOUNDS min 0.0 max 1.0
Dd16_unorm.amber123 BOUNDS min 0.0 max 1.0
/external/deqp-deps/amber/tests/cases/
Ddraw_rectangles_depth_test_d24s8.amber103 BOUNDS min 0.0 max 1.0
Ddraw_rectangles_depth_test_x8d24.amber103 BOUNDS min 0.0 max 1.0
Ddraw_rectangles_depth_test.amber103 BOUNDS min 0.0 max 1.0
/external/setupdesign/main/src/com/google/android/setupdesign/view/
DIllustration.java148 setOutlineProvider(ViewOutlineProvider.BOUNDS); in onMeasure()
/external/deqp-deps/amber/tools/
Damber-syntax.vim47 syn keyword amberBlockCmd WRITE COMPARE_OP BOUNDS BIAS FAIL_OP PASS_OP
/external/selinux/python/audit2allow/
Daudit2allow295 if rc == audit2why.BOUNDS:
Daudit2why295 if rc == audit2why.BOUNDS:
/external/deqp-deps/amber/docs/
Damber_script.md442 # 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/
DX86SchedHaswell.td964 def : InstRW<[WriteBOUND], (instregex "BOUNDS(16|32)rm")>;
/external/llvm-project/llvm/lib/Target/X86/
DX86SchedHaswell.td685 def : InstRW<[HWWriteBOUND], (instregex "BOUNDS(16|32)rm")>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SchedHaswell.td682 def : InstRW<[HWWriteBOUND], (instregex "BOUNDS(16|32)rm")>;
/external/freetype/
DChangeLog.245505 Change `BOUNDS' to `BOUNDSL' where appropriate.
DChangeLog.234655 * src/truetype/ttinterp (Ins_SHC): Use BOUNDS() to check