Searched refs:frexp (Results 1 – 25 of 120) sorted by relevance
12345
6 declare i32 @llvm.amdgcn.frexp.exp.f32(float) #07 declare i32 @llvm.amdgcn.frexp.exp.f64(double) #012 %frexp.exp = call i32 @llvm.amdgcn.frexp.exp.f32(float %src)13 store i32 %frexp.exp, i32 addrspace(1)* %out21 %frexp.exp = call i32 @llvm.amdgcn.frexp.exp.f32(float %fabs.src)22 store i32 %frexp.exp, i32 addrspace(1)* %out31 %frexp.exp = call i32 @llvm.amdgcn.frexp.exp.f32(float %fneg.fabs.src)32 store i32 %frexp.exp, i32 addrspace(1)* %out39 %frexp.exp = call i32 @llvm.amdgcn.frexp.exp.f64(double %src)40 store i32 %frexp.exp, i32 addrspace(1)* %out[all …]
6 declare float @llvm.amdgcn.frexp.mant.f32(float) #07 declare double @llvm.amdgcn.frexp.mant.f64(double) #012 %frexp.mant = call float @llvm.amdgcn.frexp.mant.f32(float %src)13 store float %frexp.mant, float addrspace(1)* %out21 %frexp.mant = call float @llvm.amdgcn.frexp.mant.f32(float %fabs.src)22 store float %frexp.mant, float addrspace(1)* %out31 %frexp.mant = call float @llvm.amdgcn.frexp.mant.f32(float %fneg.fabs.src)32 store float %frexp.mant, float addrspace(1)* %out39 %frexp.mant = call double @llvm.amdgcn.frexp.mant.f64(double %src)40 store double %frexp.mant, double addrspace(1)* %out[all …]
55 ; llvm.amdgcn.frexp.mant58 declare float @llvm.amdgcn.frexp.mant.f32(float) nounwind readnone59 declare double @llvm.amdgcn.frexp.mant.f64(double) nounwind readnone65 %val = call float @llvm.amdgcn.frexp.mant.f32(float undef)72 %val = call double @llvm.amdgcn.frexp.mant.f64(double undef)79 %val = call float @llvm.amdgcn.frexp.mant.f32(float 0.0)86 %val = call double @llvm.amdgcn.frexp.mant.f64(double 0.0)94 %val = call float @llvm.amdgcn.frexp.mant.f32(float -0.0)101 %val = call double @llvm.amdgcn.frexp.mant.f64(double -0.0)108 %val = call float @llvm.amdgcn.frexp.mant.f32(float 1.0)[all …]
1 # frexp.m4 serial 1413 AC_CACHE_CHECK([whether frexp() can be used with libm],22 [[int e; return frexp (x, &e) > 0;]])],46 [Define if the frexp() function is available and works.])63 dnl Set REPLACE_FREXP here because the system may have frexp in libm.68 [Define if the frexp() function is available in libc.])72 dnl Test whether frexp() can be used without linking with libm.76 AC_CACHE_CHECK([whether frexp() can be used without linking with libm],83 [[int e; return frexp (x, &e) > 0;]])],89 dnl Test whether frexp() works also on denormalized numbers (this fails e.g. on[all …]
1 # printf-frexp.m4 serial 517 [Define if the frexp function is available in libc.])
18 dEQP-VK.glsl.builtin.function.common.frexp.float_highp_vertex19 dEQP-VK.glsl.builtin.function.common.frexp.vec2_highp_vertex20 dEQP-VK.glsl.builtin.function.common.frexp.vec3_highp_vertex21 dEQP-VK.glsl.builtin.function.common.frexp.vec4_highp_vertex
216 using std::frexp;226 frexp(l1norm / maxnorm, &squarings);240 using std::frexp;254 frexp(l1norm / maxnorm, &squarings);273 using std::frexp;290 frexp(l1norm / maxnorm, &squarings);310 frexp(l1norm / maxnorm, &squarings);329 frexp(l1norm / maxnorm, &squarings);
64 double val = frexp (d, &expon); in isinf()81 double val = frexp (d, &expon); in isnan()
65 double val = frexp (d, &expon); in isinf()82 double val = frexp (d, &expon); in isnan()
907 GLM_FUNC_QUALIFIER genType frexp function915 "'frexp' only accept floating-point inputs");917 return std::frexp(x, exp);921 GLM_FUNC_QUALIFIER detail::tvec2<T, P> frexp function929 "'frexp' only accept floating-point inputs");932 frexp(x.x, exp.x),933 frexp(x.y, exp.y));937 GLM_FUNC_QUALIFIER detail::tvec3<T, P> frexp function945 "'frexp' only accept floating-point inputs");948 frexp(x.x, exp.x),[all …]
... GLES31.functional.shaders.builtin_functions.common.frexp.float_lowp_fragment 21dEQP-GLES31.functional.shaders ...
95 __DEVICE__ double frexp(double, int *);96 __DEVICE__ float frexp(float, int *);213 using ::frexp;
27 return frexp (x, expptr); in frexpl()
423 EXTRA_DIST += frexp.c425 EXTRA_libbison_a_SOURCES += frexp.c432 EXTRA_DIST += frexp.c frexpl.c434 EXTRA_libbison_a_SOURCES += frexp.c frexpl.c1350 libbison_a_SOURCES += printf-frexp.c1352 EXTRA_DIST += printf-frexp.h1360 EXTRA_DIST += printf-frexp.c printf-frexpl.h1362 EXTRA_libbison_a_SOURCES += printf-frexp.c
48 # define FUNC frexp
57 # define FREXP frexp
12 double y = frexp(x, exp); in main()
35 {FUNC_FREXP, 50, frexp, "frexp", "frexp_inp.ref", "frexp_out.ref",
128 (void)frexp(r, &pr); /* for computed */ in check_error()129 (void)frexp(x, &px); /* for difference */ in check_error()130 (void)frexp(e, &pe); /* for dexected */ in check_error()
154 // CHECK: call float @llvm.amdgcn.frexp.mant.f32161 // CHECK: call double @llvm.amdgcn.frexp.mant.f64168 // CHECK: call i32 @llvm.amdgcn.frexp.exp.f32175 // CHECK: call i32 @llvm.amdgcn.frexp.exp.f64
54 tabR[i] = frexp(Val, &(tabRI[i])); in create_Result_file()
521 friend APFloat frexp(const APFloat &X, int &Exp, roundingMode);657 APFloat frexp(const APFloat &Val, int &Exp, APFloat::roundingMode RM);
163 normalizedFraction = (GLfloat)frexp(matrix[i], &exp); in _es_QueryMatrixxOES()
117 double fract = frexp(x, &tmpExp); in deFractExp()