Home
last modified time | relevance | path

Searched defs:strictfp (Results 1 – 2 of 2) sorted by relevance

/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/jvm/
DJvmAnnotations.kt108 public fun FunSpec.Builder.strictfp(): FunSpec.Builder = addAnnotation(Strictfp::class) method
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/naming/
DDefaultNamingStrategy.java75 … "return", "short", "static", "strictfp", "super", "switch", "synchronized", "this", "throw", in Collections.addAll()