OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__fp16
(Results
26 - 50
of
59
) sorted by null
1
2
3
/external/clang/include/clang/AST/
BuiltinTypes.def
124
// 'half' in OpenCL, '
__fp16
' in ARM NEON.
Type.h
[
all
...]
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
arm_neon.h
162
typedef float
__fp16
;
typedef
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
arm_neon.h
162
typedef float
__fp16
;
typedef
[
all
...]
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
arm_neon.h
162
typedef float
__fp16
;
typedef
[
all
...]
/frameworks/rs/scriptc/
rs_value_types.rsh
100
typedef
__fp16
half;
/prebuilts/sdk/renderscript/include/
rs_value_types.rsh
100
typedef
__fp16
half;
/external/clang/test/CXX/expr/expr.const/
p2-0x.cpp
141
case (int)(
__fp16
)65536: // expected-error {{constant expression}} expected-note {{value 65536 is outside the range of representable values of type '
__fp16
'}}
/external/clang/include/clang/Basic/
TokenKinds.def
531
ALIAS("
__fp16
", half , KEYALL)
DiagnosticSemaKinds.td
606
"%select{parameters|function return value}0 cannot have
__fp16
type; did you forget * ?">;
[
all
...]
/frameworks/rs/api/
GenerateStubsWhiteList.cpp
53
{{"
__fp16
"}, "Dh"},
rs_value_types.spec
91
simple:
__fp16
/external/clang/include/clang/Serialization/
ASTBitCodes.h
767
/// \brief The OpenCL 'half' / ARM NEON
__fp16
type.
[
all
...]
/external/clang/utils/TableGen/
NeonEmitter.cpp
341
// It is not permitted to pass or return an
__fp16
by value, so intrinsics
[
all
...]
/external/clang/include/clang/Driver/
CC1Options.td
586
HelpText<"Use the native half type for
__fp16
instead of promoting to float">;
[
all
...]
/frameworks/base/docs/html/guide/topics/renderscript/reference/
rs_value_types.jd
647
<p>A typedef of:
__fp16
Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23</a>
[
all
...]
/frameworks/rs/driver/
rsdRuntimeStubs.cpp
38
typedef
__fp16
half;
[
all
...]
/external/clang/test/CodeGen/
builtins-mips-msa.c
13
typedef
__fp16
v8f16 __attribute__ ((vector_size(16)));
[
all
...]
/external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp
780
// supported. For now the
__fp16
type is exposed by default, so this
[
all
...]
/external/clang/lib/AST/
Type.cpp
[
all
...]
ASTContext.cpp
[
all
...]
/external/clang/lib/CodeGen/
TargetInfo.cpp
[
all
...]
/external/clang/lib/Sema/
SemaExpr.cpp
795
/// do not have a prototype. Arguments that have type float or
__fp16
807
// If this is a 'float' or '
__fp16
' (CVR qualified or typedef) promote to
[
all
...]
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
arm_neon.h
34
typedef
__fp16
float16_t;
[
all
...]
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
arm_neon.h
34
typedef
__fp16
float16_t;
[
all
...]
Completed in 4227 milliseconds
1
2
3