Searched refs:trunc (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/api/
H A DUtilities.cpp198 open(path.c_str(), ios::out | ios::trunc);
H A Drs_math.spec2941 @round() is similar but rounds away from zero. @trunc() truncates the decimal fraction.
2994 @rint() is similar but rounds half values toward even. @trunc() truncates the decimal fraction.
3332 function: trunc
3343 For example, <code>trunc(1.7f)</code> returns 1.f and <code>trunc(-1.7f)</code> returns -1.f.
3348 function: trunc
/frameworks/rs/scriptc/
H A Drs_math.rsh5772 * round() is similar but rounds away from zero. trunc() truncates the decimal fraction.
5854 * rint() is similar but rounds half values toward even. trunc() truncates the decimal fraction.
6425 * trunc: Truncates a floating point
6429 * For example, trunc(1.7f) returns 1.f and trunc(-1.7f) returns -1.f.
6434 trunc(float v);
6437 trunc(float2 v);
6440 trunc(float3 v);
6443 trunc(float4 v);
6447 trunc(hal
[all...]
/frameworks/rs/driver/runtime/
H A Drs_cl.c801 float __attribute__((overloadable)) trunc(float v) { function
804 FN_FUNC_FN(trunc)
2259 HN_FUNC_HN(trunc); // TODO: rethink: needs half-specific implementation? variable
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 3085 milliseconds