OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fU
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/libbcc/lib/Renderscript/runtime/arch/
x86_generic.c
678
float4
fU
= ((float)u) - 128.f;
681
color +=
fU
* yuv_U_values;
generic.c
735
float4
fU
= ((float)u) - 128.f;
738
color +=
fU
* yuv_U_values;
/external/skia/src/utils/
SkFloatUtils.h
90
explicit SkFloatingPoint(const RawType& x) {
fU
.value = x; }
93
Bits exponent_bits() const { return kExponentBitMask &
fU
.bits; }
96
Bits fraction_bits() const { return kFractionBitMask &
fU
.bits; }
117
const Bits dist = DistanceBetweenSignAndMagnitudeNumbers(
fU
.bits,
118
rhs.
fU
.bits);
170
FloatingPointUnion
fU
;
/external/skia/include/utils/
SkCamera.h
114
SkVector3D
fU
, fV;
/external/skia/legacy/include/utils/
SkCamera.h
114
SkVector3D
fU
, fV;
/external/skia/legacy/src/animator/
SkDrawExtraPathEffect.cpp
243
fU
= u;
292
value->fOperand.fS32 = (&shape2D->
fU
)[index - 6];
299
int32_t
fU
;
/external/skia/src/animator/
SkDrawExtraPathEffect.cpp
240
fU
= u;
289
value->fOperand.fS32 = (&shape2D->
fU
)[index - 6];
296
int32_t
fU
;
Completed in 323 milliseconds