OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:precision
(Results
2151 - 2175
of
7852
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_cmdline.c
136
printf(" --half-
precision
- use half-
precision
\n");
193
if (!strcmp(argv[n], "--half-
precision
")) {
/external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.c
238
/* i915 stores all values in single-
precision
floats. Values aren't set
243
ctx->Const.Program[MESA_SHADER_FRAGMENT].MediumFloat.
Precision
= 23;
248
ctx->Const.Program[MESA_SHADER_FRAGMENT].MediumInt.
Precision
= 0;
/external/python/cpython2/Modules/
sunaudiodev.c
246
ai.play.
precision
/ 8) -
350
{ "i_precision", T_UINT, OFF(record.
precision
) },
369
{ "o_precision", T_UINT, OFF(play.
precision
) },
/external/python/cpython2/Tools/unicode/
gencodec.py
121
def hexrepr(t,
precision
=4):
128
return '0x%0*X' % (
precision
, t)
130
return '(' + ', '.join(['0x%0*X' % (
precision
, item)
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ResourceHelper.java
260
// Magnitude is zero -- can fit in 0 bits of
precision
.
264
// Magnitude can fit in 8 bits of
precision
.
268
// Magnitude can fit in 16 bits of
precision
.
/external/swiftshader/src/OpenGL/compiler/
BaseTypes.h
21
//
Precision
qualifiers
32
inline const char *getPrecisionString(TPrecision
precision
)
34
switch(
precision
)
/external/swiftshader/third_party/LLVM/lib/Target/
TargetMachine.cpp
68
DisableExcessPrecision("disable-excess-fp-
precision
",
69
cl::desc("Disable optimizations that may increase FP
precision
"),
79
cl::desc("Enable optimizations that may decrease FP
precision
"),
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ARMBuildAttributes.h
151
AllowNeon2 = 2, // SIMDv2 was permitted (Half-
precision
FP, MAC operations)
200
HardFPSinglePrecision = 1, // Single-
precision
only
207
AllowHPFP = 1, // Allow use of Half
Precision
FP
/external/tensorflow/tensorflow/compiler/xla/legacy_flags/
debug_options_flags.cc
274
"Directions for adding reduce-
precision
operations. "
281
"the reduce-
precision
operations. The NAMES string "
284
"reduce-
precision
operations."),
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
poisson_test.py
185
# within `k` std. deviations of actual up to rtol
precision
.
202
# within `k` std. deviations of actual up to rtol
precision
.
220
#
precision
.
/external/tensorflow/tensorflow/examples/tutorials/mnist/
fully_connected_feed.py
111
precision
= float(true_count) / num_examples
112
print('Num examples: %d Num correct: %d
Precision
@ 1: %0.04f' %
113
(num_examples, true_count,
precision
))
/external/tensorflow/tensorflow/python/util/protobuf/
compare.py
88
normalize_numbers: boolean, whether to normalize types and
precision
of
114
for values to have different types and
precision
depending on whether they
117
five digits of
precision
to account for python always storing them as 64-bit,
/external/webp/src/dsp/
yuv.h
31
// that preserves 8 bits of fractional
precision
before final descaling.
49
YUV_FIX = 16, // fixed-point
precision
for RGB->YUV
52
YUV_FIX2 = 6, // fixed-point
precision
for YUV->RGB
/external/webrtc/webrtc/modules/audio_processing/test/
apmtest.m
314
are_files_equal(newfile, reffile,
precision
, diffvector)
329
new = fread(fid,inf,
precision
);
333
ref = fread(fid,inf,
precision
);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
levinson.c
20
* Description:LEVINSON-DURBIN algorithm in double
precision
*
27
* LEVINSON-DURBIN algorithm in double
precision
*
59
* The numbers used are in double
precision
in the following format : *
/frameworks/base/core/java/android/text/format/
Formatter.java
104
* (showing fewer digits of
precision
).
213
* 1 day, 5 hr; will include at most two units, can go down to seconds
precision
.
268
* 1 day, 5 hr; will include at most two units, can go down to minutes
precision
.
/hardware/qcom/gps/core/
gps_extended_c.h
268
/** Contains Position Dilusion of
Precision
. */
270
/** Contains Horizontal Dilusion of
Precision
. */
272
/** Contains Vertical Dilusion of
Precision
. */
/hardware/qcom/gps/msm8909/core/
gps_extended_c.h
237
/** Contains Position Dilusion of
Precision
. */
239
/** Contains Horizontal Dilusion of
Precision
. */
241
/** Contains Vertical Dilusion of
Precision
. */
/hardware/qcom/gps/msm8994/core/
gps_extended_c.h
268
/** Contains Position Dilusion of
Precision
. */
270
/** Contains Horizontal Dilusion of
Precision
. */
272
/** Contains Vertical Dilusion of
Precision
. */
/hardware/qcom/gps/msm8996/core/
gps_extended_c.h
237
/** Contains Position Dilusion of
Precision
. */
239
/** Contains Horizontal Dilusion of
Precision
. */
241
/** Contains Vertical Dilusion of
Precision
. */
/libcore/ojluni/src/main/java/java/sql/
ResultSetMetaData.java
171
* For numeric data, this is the maximum
precision
. For character data, this is the length in characters.
173
* maximum allowed
precision
of the fractional seconds component). For binary data, this is the length in bytes. For the ROWID datatype,
178
* @return
precision
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ARMBuildAttributes.h
151
AllowNeon2 = 2, // SIMDv2 was permitted (Half-
precision
FP, MAC operations)
211
HardFPSinglePrecision = 1, // Single-
precision
only
218
AllowHPFP = 1, // Allow use of Half
Precision
FP
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ARMBuildAttributes.h
151
AllowNeon2 = 2, // SIMDv2 was permitted (Half-
precision
FP, MAC operations)
211
HardFPSinglePrecision = 1, // Single-
precision
only
218
AllowHPFP = 1, // Allow use of Half
Precision
FP
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ARMBuildAttributes.h
151
AllowNeon2 = 2, // SIMDv2 was permitted (Half-
precision
FP, MAC operations)
211
HardFPSinglePrecision = 1, // Single-
precision
only
218
AllowHPFP = 1, // Allow use of Half
Precision
FP
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ARMBuildAttributes.h
151
AllowNeon2 = 2, // SIMDv2 was permitted (Half-
precision
FP, MAC operations)
211
HardFPSinglePrecision = 1, // Single-
precision
only
218
AllowHPFP = 1, // Allow use of Half
Precision
FP
Completed in 1339 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>