OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:single_precision
(Results
1 - 3
of
3
) sorted by null
/external/eigen/demos/mandelbrot/
mandelbrot.cpp
119
single_precision
= resolution > 1e-7f;
121
if(
single_precision
)
150
int packetSize = threads[0]->
single_precision
155
+(threads[0]->
single_precision
? QString("single ") : QString("double "))
mandelbrot.h
26
bool
single_precision
;
member in class:MandelbrotThread
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
fp_traits.hpp
126
struct
single_precision
{};
struct in namespace:boost::math::detail
177
template<> struct fp_traits_non_native<float,
single_precision
>
490
typedef
single_precision
type;
Completed in 79 milliseconds