OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:doubles
(Results
76 - 100
of
451
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml
192
let
doubles
= Array.make (Array.length args) double_type in
193
let ft = function_type double_type
doubles
in
/bionic/libm/src/
s_cbrt.c
63
* exponent bias (1023 for
doubles
) and later add it back. We do the
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_double/
Test_add_double.java
186
* and
doubles
are not used interchangeably.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_double_2addr/
Test_add_double_2addr.java
182
* and
doubles
are not used interchangeably.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_long/
Test_add_long.java
171
* and
doubles
are not used interchangeably.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_long_2addr/
Test_add_long_2addr.java
171
* and
doubles
are not used interchangeably.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_wide/
Test_aput_wide.java
195
* and
doubles
are not used interchangeably.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_double/
Test_div_double.java
184
* and
doubles
are not used interchangeably.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_double_2addr/
Test_div_double_2addr.java
184
* and
doubles
are not used interchangeably.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_long/
Test_div_long.java
192
* and
doubles
are not used interchangeably.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_long_2addr/
Test_div_long_2addr.java
191
* and
doubles
are not used interchangeably.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/fill_array_data/
Test_fill_array_data.java
37
* @title array of
doubles
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double/
Test_rem_double.java
182
* and
doubles
are not used interchangeably.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double_2addr/
Test_rem_double_2addr.java
182
* and
doubles
are not used interchangeably.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_long/
Test_rem_long.java
192
* and
doubles
are not used interchangeably.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_long_2addr/
Test_rem_long_2addr.java
192
* and
doubles
are not used interchangeably.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_double/
Test_sub_double.java
193
* and
doubles
are not used interchangeably.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_double_2addr/
Test_sub_double_2addr.java
192
* and
doubles
are not used interchangeably.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/ushr_long/
Test_ushr_long.java
175
* and
doubles
are not used interchangeably.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/ushr_long_2addr/
Test_ushr_long_2addr.java
176
* and
doubles
are not used interchangeably.
/external/chromium/chrome/browser/extensions/
convert_user_script.cc
70
// User scripts are not signed, but the public key for an extension
doubles
as
convert_web_app.cc
42
// Web apps are not signed, but the public key for an extension
doubles
as
/external/dropbear/libtomcrypt/src/pk/ecc/
ecc_verify_hash.c
137
/* use Shamir's trick to compute u1*mG + u2*mQ using half of the
doubles
*/
/external/guava/guava/src/com/google/common/math/
DoubleUtils.java
72
* The implicit 1 bit that is omitted in significands of normal
doubles
.
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
BezierCurve.java
10
* A class that helps to calculate the bezier curves calues. It uses
doubles
for performing calculations to minimize
Completed in 393 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>