OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:floatFormat
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/core/src/
out.cpp
55
char
floatFormat
[8];
78
void valueToStr32f() { sprintf(buf,
floatFormat
, mtx.ptr<float>(row, col)[cn]); }
79
void valueToStr64f() { sprintf(buf,
floatFormat
, mtx.ptr<double>(row, col)[cn]); }
100
floatFormat
[0] = '%';
101
floatFormat
[1] = 'a';
102
floatFormat
[2] = 0;
106
sprintf(
floatFormat
, "%%.%dg", std::min(precision, 20));
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp
84
using tcu::
FloatFormat
;
228
void printIVal (const
FloatFormat
& fmt, const typename Traits<T>::IVal& ival, ostream& os)
234
string intervalToString (const
FloatFormat
& fmt, const typename Traits<T>::IVal& ival)
243
void printValue (const
FloatFormat
& fmt, const T& value, ostream& os)
249
string valueToString (const
FloatFormat
& fmt, const T& val)
260
typename Traits<T>::IVal round (const
FloatFormat
& fmt, const T& value)
266
typename Traits<T>::IVal convert (const
FloatFormat
& fmt,
295
static Interval doConvert (const
FloatFormat
& fmt, const IVal& ival)
300
static Interval doRound (const
FloatFormat
& fmt, T value)
309
static void doPrintIVal (const
FloatFormat
& fmt
[
all
...]
/external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp
95
using tcu::
FloatFormat
;
249
void printIVal (const
FloatFormat
& fmt, const typename Traits<T>::IVal& ival, ostream& os)
255
string intervalToString (const
FloatFormat
& fmt, const typename Traits<T>::IVal& ival)
264
void printValue (const
FloatFormat
& fmt, const T& value, ostream& os)
270
string valueToString (const
FloatFormat
& fmt, const T& val)
281
typename Traits<T>::IVal round (const
FloatFormat
& fmt, const T& value)
287
typename Traits<T>::IVal convert (const
FloatFormat
& fmt,
316
static Interval doConvert (const
FloatFormat
& fmt, const IVal& ival)
321
static Interval doRound (const
FloatFormat
& fmt, T value)
330
static void doPrintIVal (const
FloatFormat
& fmt
[
all
...]
Completed in 92 milliseconds