Searched refs:doubles (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dmwcw.h15 #error Cannot build Metakit with 10-byte doubles
/macosx-10.10.1/JavaScriptCore-7600.1.17/replay/scripts/tests/expected/
H A Dgenerate-input-with-vector-members.json-TestReplayInputs.cpp40 ArrayOfThings::ArrayOfThings(Vector<double>& doubles, Vector<JSThing>& jsthings, Vector<WebThing>& webthings) argument
42 , m_doubles(doubles)
62 encodedValue.put<Vector<double>>(ASCIILiteral("doubles"), input.doubles());
69 Vector<double> doubles; local
70 if (!encodedValue.get<Vector<double>>(ASCIILiteral("doubles"), doubles))
81 input = std::make_unique<Test::ArrayOfThings>(doubles, jsthings, webthings);
H A Dgenerate-input-with-vector-members.json-TestReplayInputs.h57 ArrayOfThings(Vector<double>& doubles, Vector<JSThing>& jsthings, Vector<WebThing>& webthings);
60 const Vector<double>& doubles() const { return m_doubles; } function in class:Test::ArrayOfThings
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DgiantFFT.c198 //was...double doubles[L];
200 double *doubles = malloc(sizeof(double) * L); local
202 giant_to_double(gx, size, doubles, L);
203 fft_real_to_hermitian(doubles, L);
204 square_hermitian(doubles, L);
205 fftinv_hermitian_to_real(doubles, L);
206 addsignal(gx, doubles, L);
208 free(doubles);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DgiantFFT.c198 //was...double doubles[L];
200 double *doubles = malloc(sizeof(double) * L); local
202 giant_to_double(gx, size, doubles, L);
203 fft_real_to_hermitian(doubles, L);
204 square_hermitian(doubles, L);
205 fftinv_hermitian_to_real(doubles, L);
206 addsignal(gx, doubles, L);
208 free(doubles);
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml52 let doubles = Array.make (Array.length args) double_type in
53 let ft = function_type double_type doubles in
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml52 let doubles = Array.make (Array.length args) double_type in
53 let ft = function_type double_type doubles in
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Search/
H A DBasic.pm26 At the minute Class::DBI::Search::Basic doubles up as both the default
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml174 let doubles = Array.make (Array.length args) double_type in
175 let ft = function_type double_type doubles in
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml192 let doubles = Array.make (Array.length args) double_type in
193 let ft = function_type double_type doubles in
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml290 let doubles = Array.make (Array.length args) double_type in
291 let ft = function_type double_type doubles in
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/csv/
H A DREADME197 strings, unsigned longs and doubles. Others can easily be
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/
H A DTest.pm650 you want to I<skip> the test, not I<run> it; and it also doubles as a
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex4758 multiplied against the current product. In each iteration the product is squared which doubles the exponent of the individual terms of the

Completed in 283 milliseconds