HomeSort by relevance Sort by last modified time
    Searched full:fract (Results 1 - 25 of 289) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestFract.rs 26 float out = fract(inV, &outFloor);
33 float2 out = fract(inV, &outFloor);
40 float3 out = fract(inV, &outFloor);
47 float4 out = fract(inV, &outFloor);
53 return fract(inV);
57 return fract(inV);
61 return fract(inV);
65 return fract(inV);
70 half out = fract(inV, &outFloor);
77 half2 out = fract(inV, &outFloor)
    [all...]
  /external/llvm/test/CodeGen/AMDGPU/
llvm.amdgcn.fract.ll 4 declare float @llvm.amdgcn.fract.f32(float) #0
5 declare double @llvm.amdgcn.fract.f64(double) #0
10 %fract = call float @llvm.amdgcn.fract.f32(float %src)
11 store float %fract, float addrspace(1)* %out
18 %fract = call double @llvm.amdgcn.fract.f64(double %src)
19 store double %fract, double addrspace(1)* %out
28 %fract = call float @llvm.amdgcn.fract.f32(float undef
    [all...]
fract.f64.ll 20 ; SI: v_add_f64 [[FRACT:v\[[0-9]+:[0-9]+\]]], v{{\[}}[[LO]]:[[HI]]{{\]}}, -[[SUB0]]
24 ; CI: v_add_f64 [[FRACT:v\[[0-9]+:[0-9]+\]]], [[X]], -[[FLOORX]]
27 ; GCN-UNSAFE: v_fract_f64_e32 [[FRACT:v\[[0-9]+:[0-9]+\]]], [[X]]
29 ; GCN: buffer_store_dwordx2 [[FRACT]]
33 %fract = fsub double %x, %floor.x
34 store double %fract, double addrspace(1)* %out
47 ; SI: v_add_f64 [[FRACT:v\[[0-9]+:[0-9]+\]]], -v{{\[}}[[LO]]:[[HI]]{{\]}}, -[[SUB0]]
51 ; CI: v_add_f64 [[FRACT:v\[[0-9]+:[0-9]+\]]], -[[X]], -[[FLOORX]]
54 ; GCN-UNSAFE: v_fract_f64_e64 [[FRACT:v\[[0-9]+:[0-9]+\]]], -[[X]]
56 ; GCN: buffer_store_dwordx2 [[FRACT]]
    [all...]
fract.ll 20 %fract = fsub float %x, %floor.x
21 store float %fract, float addrspace(1)* %out
36 %fract = fsub float %x.neg, %floor.x.neg
37 store float %fract, float addrspace(1)* %out
53 %fract = fsub float %neg.abs.x, %floor.neg.abs.x
54 store float %fract, float addrspace(1)* %out
60 ; GCN-UNSAFE-DAG: v_fract_f32_e32 [[FRACT:v[0-9]+]], [[INPUT:v[0-9]+]]
63 ; GCN-UNSAFE: buffer_store_dword [[FRACT]]
67 %fract = fsub float %x, %floor.x
69 store volatile float %fract, float addrspace(1)* %ou
    [all...]
  /external/dng_sdk/source/
dng_resample.h 149 const real32 *Weights32 (uint32 fract) const
154 if (fract >= kResampleSubsampleCount)
161 return fWeights32->Buffer_real32 () + fract * fWeightStep;
165 const int16 *Weights16 (uint32 fract) const
170 if (fract >= kResampleSubsampleCount)
177 return fWeights16->Buffer_int16 () + fract * fWeightStep;
238 const real32 *Weights32 (dng_point fract) const
243 if (fract.v < 0 || fract.h < 0
244 || fract.v >= static_cast<int32>(kResampleSubsampleCount2D
    [all...]
dng_1d_table.cpp 168 real64 fract = 0.0; local
173 table16 [j] = (uint16) (base + slope * fract);
175 fract += step;
177 if (fract > 1.0)
181 fract -= 1.0;
dng_abort_sniffer.h 137 /// \param fract Percentage of total processing this task is expected to
141 real64 fract);
148 /// \param fract percentage of processing completed on current task.
151 virtual void UpdateProgress (real64 fract);
174 /// \param fract Percentage of total processing this task is expected
179 real64 fract = 0.0)
185 fSniffer->StartTask (name, fract);
203 /// \param fract Percentage of processing completed on current task,
206 void UpdateProgress (real64 fract)
209 fSniffer->UpdateProgress (fract);
    [all...]
dng_1d_table.h 92 real32 fract = y - z; local
94 return fTable [index ] * (1.0f - fract) +
95 fTable [index + 1] * ( fract);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gccint.info     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
fract.glsl 6 ; The amdgcn.fract intrinsic can be used only if LLVM passes are able to move it.
8 ; FUNC-LABEL: {{^}}@fract:
16 #shader fs fract
20 gl_FragColor.x = fract(f);
  /cts/tests/tests/opengl/src/android/opengl/cts/
Shaders.java 43 + " if (fract (tt * 0.5) > 0.5) \n"
46 + " ss = fract (ss); \n"
47 + " tt = fract (tt); \n"
80 + " if (fract (tt * 0.5) > 0.5) \n"
83 + " ss = fract (ss); \n"
84 + " tt = fract (tt); \n"
  /cts/tests/tests/opengl/libopengltest/
vertex.h 45 " if (fract (tt * 0.5) > 0.5) \n"
48 " ss = fract (ss); \n"
49 " tt = fract (tt); \n"
  /device/google/contexthub/firmware/external/arm/
arm_sin_cos_f32.c 178 * -# Compute the fractional portion (fract) of the table index.
191 * wa=-(1/6)*fract.^3 + (1/2)*fract.^2 - (1/3)*fract;
192 * wb=(1/2)*fract.^3 - fract.^2 - (1/2)*fract + 1;
193 * wc=-(1/2)*fract.^3+(1/2)*fract.^2+fract;
212 float32_t sinVal, fract, in; \/* Temporary variables for input, output *\/ local
301 float32_t cosVal, fract, in; \/* Temporary variables for input, output *\/ local
    [all...]
  /external/ppp/pppd/plugins/pppoatm/
text2qos.c 30 unsigned int rate,fract; local
38 power = fract = 0;
41 fract = fract*10+*end-48;
54 while (power && fract)
56 fract /= 10;
60 fract *= 10;
63 rate += fract;
  /external/skia/src/core/
SkScalar.cpp 33 SkScalar fract = (searchKey - leftKey) / (rightKey - leftKey); local
34 return SkScalarInterp(values[right-1], values[right], fract);
  /prebuilts/go/darwin-x86/src/math/
floor.go 20 d, fract := Modf(-x)
21 if fract != 0.0 {
  /prebuilts/go/linux-x86/src/math/
floor.go 20 d, fract := Modf(-x)
21 if fract != 0.0 {
  /external/libhevc/common/x86/
ihevc_intra_pred_filters_sse42_intr.c     [all...]
  /external/libhevc/common/arm/
ihevc_intra_pred_chroma_mode_27_to_33.s 147 vand q2,q1,q3 @dup_const_fract(fract = pos & (31))
171 vsub.u8 d30,d1,d31 @32-fract(dup_const_32_fract)
182 vsub.u8 d28,d1,d29 @(ii)32-fract(dup_const_32_fract)
196 vsub.u8 d26,d1,d27 @(iii)32-fract(dup_const_32_fract)
215 vsub.u8 d24,d1,d25 @(iv)32-fract(dup_const_32_fract)
232 vsub.u8 d30,d1,d31 @(v)32-fract(dup_const_32_fract)
249 vsub.u8 d28,d1,d29 @(vi)32-fract(dup_const_32_fract)
262 vsub.u8 d26,d1,d27 @(vii)32-fract(dup_const_32_fract)
278 vand q2,q1,q3 @dup_const_fract(fract = pos & (31))
292 vsub.u8 d24,d1,d25 @(viii)32-fract(dup_const_32_fract
    [all...]
ihevc_intra_pred_luma_mode_27_to_33.s 151 vand q2,q1,q3 @dup_const_fract(fract = pos & (31))
174 vsub.u8 d30,d1,d31 @32-fract(dup_const_32_fract)
185 vsub.u8 d28,d1,d29 @(ii)32-fract(dup_const_32_fract)
199 vsub.u8 d26,d1,d27 @(iii)32-fract(dup_const_32_fract)
217 vsub.u8 d24,d1,d25 @(iv)32-fract(dup_const_32_fract)
234 vsub.u8 d30,d1,d31 @(v)32-fract(dup_const_32_fract)
251 vsub.u8 d28,d1,d29 @(vi)32-fract(dup_const_32_fract)
264 vsub.u8 d26,d1,d27 @(vii)32-fract(dup_const_32_fract)
280 vand q2,q1,q3 @dup_const_fract(fract = pos & (31))
293 vsub.u8 d24,d1,d25 @(viii)32-fract(dup_const_32_fract
    [all...]
ihevc_intra_pred_filters_luma_mode_19_to_25.s 262 vand q2,q1,q3 @dup_const_fract(fract = pos & (31))
283 vsub.u8 d30,d1,d31 @32-fract(dup_const_32_fract)
293 vsub.u8 d28,d1,d29 @(ii)32-fract(dup_const_32_fract)
307 vsub.u8 d26,d1,d27 @(iii)32-fract(dup_const_32_fract)
325 vsub.u8 d24,d1,d25 @(iv)32-fract(dup_const_32_fract)
340 vsub.u8 d30,d1,d31 @(v)32-fract(dup_const_32_fract)
356 vsub.u8 d28,d1,d29 @(vi)32-fract(dup_const_32_fract)
369 vsub.u8 d26,d1,d27 @(vii)32-fract(dup_const_32_fract)
385 vand q2,q1,q3 @dup_const_fract(fract = pos & (31))
398 vsub.u8 d24,d1,d25 @(viii)32-fract(dup_const_32_fract
    [all...]
  /external/libhevc/common/arm64/
ihevc_intra_pred_chroma_mode_27_to_33.s 141 and v4.16b, v2.16b , v6.16b //dup_const_fract(fract = pos & (31))
165 sub v30.8b, v1.8b , v31.8b //32-fract(dup_const_32_fract)
176 sub v28.8b, v1.8b , v29.8b //(ii)32-fract(dup_const_32_fract)
190 sub v26.8b, v1.8b , v27.8b //(iii)32-fract(dup_const_32_fract)
209 sub v24.8b, v1.8b , v25.8b //(iv)32-fract(dup_const_32_fract)
226 sub v30.8b, v1.8b , v31.8b //(v)32-fract(dup_const_32_fract)
243 sub v28.8b, v1.8b , v29.8b //(vi)32-fract(dup_const_32_fract)
256 sub v26.8b, v1.8b , v27.8b //(vii)32-fract(dup_const_32_fract)
274 and v4.16b, v2.16b , v6.16b //dup_const_fract(fract = pos & (31))
288 sub v24.8b, v1.8b , v25.8b //(viii)32-fract(dup_const_32_fract
    [all...]
ihevc_intra_pred_luma_mode_27_to_33.s 146 and v4.16b, v2.16b , v6.16b //dup_const_fract(fract = pos & (31))
170 sub v30.8b, v1.8b , v31.8b //32-fract(dup_const_32_fract)
181 sub v28.8b, v1.8b , v29.8b //(ii)32-fract(dup_const_32_fract)
195 sub v26.8b, v1.8b , v27.8b //(iii)32-fract(dup_const_32_fract)
214 sub v24.8b, v1.8b , v25.8b //(iv)32-fract(dup_const_32_fract)
231 sub v30.8b, v1.8b , v31.8b //(v)32-fract(dup_const_32_fract)
248 sub v28.8b, v1.8b , v29.8b //(vi)32-fract(dup_const_32_fract)
261 sub v26.8b, v1.8b , v27.8b //(vii)32-fract(dup_const_32_fract)
279 and v4.16b, v2.16b , v6.16b //dup_const_fract(fract = pos & (31))
293 sub v24.8b, v1.8b , v25.8b //(viii)32-fract(dup_const_32_fract
    [all...]
ihevc_intra_pred_filters_luma_mode_19_to_25.s 258 and v4.16b, v2.16b , v6.16b //dup_const_fract(fract = pos & (31))
280 sub v30.8b, v1.8b , v31.8b //32-fract(dup_const_32_fract)
290 sub v28.8b, v1.8b , v29.8b //(ii)32-fract(dup_const_32_fract)
304 sub v26.8b, v1.8b , v27.8b //(iii)32-fract(dup_const_32_fract)
323 sub v24.8b, v1.8b , v25.8b //(iv)32-fract(dup_const_32_fract)
338 sub v30.8b, v1.8b , v31.8b //(v)32-fract(dup_const_32_fract)
354 sub v28.8b, v1.8b , v29.8b //(vi)32-fract(dup_const_32_fract)
367 sub v26.8b, v1.8b , v27.8b //(vii)32-fract(dup_const_32_fract)
385 and v4.16b, v2.16b , v6.16b //dup_const_fract(fract = pos & (31))
399 sub v24.8b, v1.8b , v25.8b //(viii)32-fract(dup_const_32_fract
    [all...]
  /external/openssh/openbsd-compat/
fmt_scaled.c 211 long long abval, fract = 0; local
229 fract = (i == 0) ? 0 : abval % scale_factors[i];
232 fract /= scale_factors[i - 1];
237 fract = (10 * fract + 512) / 1024;
239 if (fract == 10) {
244 fract = 0;
250 if (fract >= 5) {
260 number, fract, scale_chars[unit]);

Completed in 2161 milliseconds

1 2 3 4 5 6 7 8 91011>>