Home
last modified time | relevance | path

Searched refs:intx (Results 1 – 10 of 10) sorted by relevance

/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
Djdk7-flags.txt31 intx AliasLevel = 3 {product}
32 intx AllocateInstancePrefetchLines = 1 {product}
33 intx AllocatePrefetchDistance = 192 {product}
34 intx AllocatePrefetchInstr = 0 {product}
35 intx AllocatePrefetchLines = 4 {product}
36 intx AllocatePrefetchStepSize = 64 {product}
37 intx AllocatePrefetchStyle = 1 {product}
43 intx AlwaysInflate = 0 {product}
52 intx Atomics = 0 {product}
53 intx AutoBoxCacheMax = 128 {C2 product}
[all …]
Djdk6-flags.txt31 intx AliasLevel = 3 {product}
32 intx AllocatePrefetchDistance = 192 {product}
33 intx AllocatePrefetchInstr = 0 {product}
34 intx AllocatePrefetchLines = 4 {product}
35 intx AllocatePrefetchStepSize = 64 {product}
36 intx AllocatePrefetchStyle = 1 {product}
42 intx AlwaysInflate = 0 {product}
49 intx Atomics = 0 {product}
50 intx AutoBoxCacheMax = 128 {C2 product}
52 intx BCEATraceLevel = 0 {product}
[all …]
/external/llvm-project/clang/test/Headers/
Dnvptx_device_math_modf.cpp23 int intx; in test_modf() local
25 #pragma omp target map(from: intx, dx) in test_modf()
29 intx = static_cast<int>(ipart); in test_modf()
/external/llvm-project/flang/test/Semantics/
Domp-parallel-shared04.f9014 integer :: intx = 10 variable
24 my_var%array(i) = k+intx
Domp-parallel-private04.f9014 integer :: intx = 10 variable
24 my_var%array(i) = k+intx
Domp-parallel-private03.f9014 integer :: intx = 10 variable
24 my_var%array(i) = k+intx
Domp-parallel-shared03.f9014 integer :: intx = 10 variable
24 my_var%array(i) = k+intx
/external/kernel-headers/original/uapi/linux/
Dacrn.h393 } intx; member
/external/clang/test/Analysis/
Dbug_hash_test.m226 // CHECK-NEXT: <string>debug.DumpBugHash$void testBlocks()$3$intx=5;$debug</string>
228 // CHECK-NEXT: <string>debug.DumpBugHash$void testBlocks()$3$intx=5;$debug</string>
231 // CHECK-NEXT: <key>description</key><string>debug.DumpBugHash$void testBlocks()$3$intx=5;$debug<…
309 // CHECK-NEXT: <string>debug.DumpBugHash$void testBlocks()$11$intx=5;$debug</string>
311 // CHECK-NEXT: <string>debug.DumpBugHash$void testBlocks()$11$intx=5;$debug</string>
314 // CHECK-NEXT: <key>description</key><string>debug.DumpBugHash$void testBlocks()$11$intx=5;$debug…
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c3652 LLVMValueRef intx = LLVMBuildBitCast(builder, x, int_vec_type, ""); in lp_build_isfinite() local
3663 intx = LLVMBuildAnd(builder, intx, infornan32, ""); in lp_build_isfinite()
3665 intx, infornan32); in lp_build_isfinite()