Home
last modified time | relevance | path

Searched refs:one_f (Results 1 – 25 of 70) sorted by relevance

123

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/NVPTX/
H A Dpr16278.ll4 @one_f = addrspace(4) global float 1.000000e+00, align 4
8 %val = load float, float addrspace(4)* @one_f
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/NVPTX/
H A Dpr16278.ll4 @one_f = addrspace(4) global float 1.000000e+00, align 4
8 %val = load float, float addrspace(4)* @one_f
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/NVPTX/
H A Dpr16278.ll4 @one_f = addrspace(4) global float 1.000000e+00, align 4
8 %val = load float, float addrspace(4)* @one_f
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/NVPTX/
H A Dpr16278.ll4 @one_f = addrspace(4) global float 1.000000e+00, align 4
8 %val = load float, float addrspace(4)* @one_f
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/NVPTX/
H A Dpr16278.ll4 @one_f = addrspace(4) global float 1.000000e+00, align 4
8 %val = load float, float addrspace(4)* @one_f
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/NVPTX/
H A Dpr16278.ll4 @one_f = addrspace(4) global float 1.000000e+00, align 4
8 %val = load float, float addrspace(4)* @one_f
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/NVPTX/
H A Dpr16278.ll4 @one_f = addrspace(4) global float 1.000000e+00, align 4
8 %val = load float, float addrspace(4)* @one_f
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/NVPTX/
H A Dpr16278.ll4 @one_f = addrspace(4) global float 1.000000e+00, align 4
8 %val = load float, float addrspace(4)* @one_f
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/NVPTX/
H A Dpr16278.ll4 @one_f = addrspace(4) global float 1.000000e+00, align 4
8 %val = load float, float addrspace(4)* @one_f
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/NVPTX/
H A Dpr16278.ll4 @one_f = addrspace(4) global float 1.000000e+00, align 4
8 %val = load float, float addrspace(4)* @one_f
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/NVPTX/
H A Dpr16278.ll4 @one_f = addrspace(4) global float 1.000000e+00, align 4
8 %val = load float, float addrspace(4)* @one_f
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/NVPTX/
H A Dpr16278.ll4 @one_f = addrspace(4) global float 1.000000e+00, align 4
8 %val = load float, float addrspace(4)* @one_f
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/NVPTX/
H A Dpr16278.ll4 @one_f = addrspace(4) global float 1.000000e+00, align 4
8 %val = load float, float addrspace(4)* @one_f
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/NVPTX/
H A Dpr16278.ll4 @one_f = addrspace(4) global float 1.000000e+00, align 4
8 %val = load float, float addrspace(4)* @one_f
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/NVPTX/
H A Dpr16278.ll4 @one_f = addrspace(4) global float 1.000000e+00, align 4
8 %val = load float, float addrspace(4)* @one_f
/dports/games/duel/duel/src/
H A DShipLoader.cpp35 float one_f, two_f; in ReadPos() local
36 inFile >> one_f >> two_f; in ReadPos()
37 out_v4f.SetXYZW(one_f, two_f, 0, 1); in ReadPos()
H A DGalaxyLoader.cpp38 float one_f, two_f; in ReadPos() local
39 inFile >> one_f >> two_f; in ReadPos()
40 out_v4f.SetXYZW(one_f, two_f, 0, 1); in ReadPos()
/dports/science/octopus/octopus-10.5/src/basic/
H A Dio_binary.c118 float one_f; /* 16 bytes*/ member
141 hp -> one_f = 1.0; in init_header()
170 if(hp -> one_f != 1.0) { in check_header()
171 endian_convert(4, (char *) &(hp -> one_f)); in check_header()
172 if(hp -> one_f != 1.0) return 5; in check_header()
/dports/math/py-sympy/sympy-1.9/sympy/ntheory/
H A Dcontinued_fraction.py155 one_f = continued_fraction(1 - f) # 1-f < 1 so cf is [0 ... [...]]
156 one_f[0] -= w + 1
157 return one_f
/dports/chinese/libime/libime-1.0.9/src/libime/core/kenlm/lm/
H A Dbinary_format.cc31 float zero_f, one_f, minus_half_f; member
38 zero_f = 0.0; one_f = 1.0; minus_half_f = -0.5; in SetToReference()
49 float zero_f, one_f, minus_half_f; member
56 zero_f = 0.0; one_f = 1.0; minus_half_f = -0.5; in SetToReference()
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcl/
H A DTransLut_avx2.cpp116 const __m256 one_f = _mm256_set1_ps (1); in find_index() local
163 fstb::ToolsAvx2::select (std_flag_f, frac_std, one_f); in find_index()
172 const __m256 frac_neg = _mm256_sub_ps (one_f, frac_tmp); in find_index()
H A DTransLut.cpp117 const __m128 one_f = _mm_set1_ps (1); in find_index() local
164 fstb::ToolsSse2::select (std_flag_f, frac_std, one_f); in find_index()
173 const __m128 frac_neg = _mm_sub_ps (one_f, frac_tmp); in find_index()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_value.h97 static Value::Pointer one_f; variable
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_value.h97 static Value::Pointer one_f; variable
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_value.h97 static Value::Pointer one_f; variable

123