/external/vulkan-validation-layers/libs/glm/detail/ |
D | glm.cpp | 84 template struct tvec2<float64, lowp>; 95 template struct tvec2<float64, mediump>; 106 template struct tvec2<float64, highp>; 118 template struct tvec3<float64, lowp>; 129 template struct tvec3<float64, mediump>; 140 template struct tvec3<float64, highp>; 152 template struct tvec4<float64, lowp>; 163 template struct tvec4<float64, mediump>; 174 template struct tvec4<float64, highp>; 178 template struct tmat2x2<float64, lowp>; [all …]
|
D | type_float.hpp | 38 typedef double float64; typedef 82 typedef double float64; typedef 88 GLM_STATIC_ASSERT(sizeof(glm::float64) == 8, "float64 size isn't 8 bytes on this platform");
|
/external/opencv3/modules/python/test/ |
D | transformations.py | 194 return numpy.identity(4, dtype=numpy.float64) 260 M = numpy.array(matrix, dtype=numpy.float64, copy=False) 305 (0.0, 0.0, cosa)), dtype=numpy.float64) 311 dtype=numpy.float64) 316 point = numpy.array(point[:3], dtype=numpy.float64, copy=False) 334 R = numpy.array(matrix, dtype=numpy.float64, copy=False) 383 (0.0, 0.0, 0.0, 1.0)), dtype=numpy.float64) 416 M = numpy.array(matrix, dtype=numpy.float64, copy=False) 472 point = numpy.array(point[:3], dtype=numpy.float64, copy=False) 476 perspective = numpy.array(perspective[:3], dtype=numpy.float64, [all …]
|
D | test.py | 86 objpt = np.float64([[1,2,3]]) 87 imgpt0, jac0 = cv2.projectPoints(objpt, np.zeros(3), np.zeros(3), np.eye(3), np.float64([])) 103 self.assertLess(cv2.norm(out, np.float64([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0]])), 1e-3)
|
/external/v8/test/cctest/compiler/ |
D | test-run-native-calls.cc | 23 typedef double float64; typedef 349 Node* MakeConstant(RawMachineAssembler& raw, float64 value) { in MakeConstant() 401 float64 base = -33.25 * seed_; in Mutate() 411 void ArgsBuffer<float64>::Mutate() { in Mutate() 412 float64 base = -111.25 * seed_; in Mutate() 416 output = std::numeric_limits<float64>::quiet_NaN(); in Mutate() 904 ArgsBuffer<float64>::Sig sig(2); in TEST() 916 RunSelect<float64, 0>(desc); in TEST() 917 RunSelect<float64, 1>(desc); in TEST() 954 ArgsBuffer<float64>::Sig sig(count); in TEST() [all …]
|
D | value-helper.h | 309 #define FOR_FLOAT64_INPUTS(var) FOR_INPUTS(double, float64, var)
|
/external/vulkan-validation-layers/libs/glm/ |
D | fwd.hpp | 1334 typedef detail::float64 lowp_float64; 1342 typedef detail::float64 lowp_float64_t; 1350 typedef float64 lowp_f64; 1358 typedef detail::float64 lowp_float64; 1366 typedef detail::float64 lowp_float64_t; 1374 typedef float64 lowp_f64; 1383 typedef detail::float64 lowp_float64; 1391 typedef detail::float64 lowp_float64_t; 1399 typedef float64 lowp_f64; 1408 typedef detail::float64 mediump_float64; [all …]
|
/external/opencv3/samples/python2/ |
D | grabcut.py | 162 bgdmodel = np.zeros((1,65),np.float64) 163 fgdmodel = np.zeros((1,65),np.float64) 167 bgdmodel = np.zeros((1,65),np.float64) 168 fgdmodel = np.zeros((1,65),np.float64)
|
D | common.py | 43 return np.array(a, np.float64).reshape(2, 2) 49 M = np.float64([[ cx, 0, tx], 56 fwd = np.asarray(target, np.float64) - eye 61 R = np.float64([right, down, fwd])
|
D | dft.py | 66 realInput = im.astype(np.float64) 73 dft_A = np.zeros((dft_N, dft_M, 2), dtype=np.float64)
|
D | video.py | 97 self.K = np.float64([[fx*w, 0, 0.5*(w-1)], 101 self.dist_coef = np.float64([-0.2, 0.1, 0, 0])
|
D | plane_ar.py | 87 K = np.float64([[fx*w, 0, 0.5*(w-1)],
|
/external/webrtc/webrtc/base/ |
D | macconversion.cc | 83 Float64 float64; in p_convertCFNumberToInt() local 85 static_cast<void*>(&float64)); in p_convertCFNumberToInt() 86 if (converted) *i = static_cast<int>(float64); in p_convertCFNumberToInt()
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | type_precision.hpp | 609 typedef detail::float64 float64; typedef 618 typedef detail::float64 float64_t; 627 typedef float64 f64;
|
/external/v8/src/wasm/ |
D | encoder.cc | 208 uint16_t float64 = 0; in IndexVars() local 219 float64++; in IndexVars() 225 e->local_float64_count_ = float64; in IndexVars() 226 float64 = param + int32 + int64 + float32; in IndexVars() 242 var_index[i] = float64++; in IndexVars()
|
/external/deqp/executor/ |
D | xeTestCaseResult.hpp | 175 NumericValue (double value) : m_type(TYPE_FLOAT64) { m_value.float64 = value; } in NumericValue() 179 double getFloat64 (void) const { DE_ASSERT(getType() == TYPE_FLOAT64); return m_value.float64; } in getFloat64() 186 double float64; member
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | cv_util_unittest.py | 76 dtype=np.float64), 10) 85 off = np.divide(np.sqrt(50), 2, dtype=np.float64)
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_grabcut/ |
D | py_grabcut.markdown | 77 two np.float64 type zero arrays of size (1,65). 98 bgdModel = np.zeros((1,65),np.float64) 99 fgdModel = np.zeros((1,65),np.float64)
|
/external/deqp/framework/common/ |
D | tcuTestLog.hpp | 223 double float64; member 227 Value (double v) : type(TYPE_FLOAT64) { value.float64 = v; } in Value()
|
D | tcuTestLog.cpp | 169 m_log->writeSampleValue(val->value.float64); in operator <<()
|
/external/opencv3/doc/py_tutorials/py_photo/py_non_local_means/ |
D | py_non_local_means.markdown | 116 # convert all to float64 117 gray = [np.float64(i) for i in gray]
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1863 double float64 = CFP->getValueAPF().convertToDouble(); in bufferLEByte() local 1864 ConvertDoubleToBytes(ptr, float64); in bufferLEByte()
|
/external/v8/src/ |
D | objects.h | 4458 V(Float64, float64, FLOAT64, double, 8) \
|