github.com/guyezi/gofrontend@v0.0.0-20200228202240-7a62a49e62c0/libgo/go/math/export_s390x_test.go (about)

     1  // Copyright 2016 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  // +build ignore
     6  
     7  package math
     8  
     9  // Export internal functions and variable for testing.
    10  var Log10NoVec = log10
    11  var CosNoVec = cos
    12  var CoshNoVec = cosh
    13  var SinNoVec = sin
    14  var SinhNoVec = sinh
    15  var TanhNoVec = tanh
    16  var Log1pNovec = log1p
    17  var AtanhNovec = atanh
    18  var AcosNovec = acos
    19  var AcoshNovec = acosh
    20  var AsinNovec = asin
    21  var AsinhNovec = asinh
    22  var ErfNovec = erf
    23  var ErfcNovec = erfc
    24  var AtanNovec = atan
    25  var Atan2Novec = atan2
    26  var CbrtNovec = cbrt
    27  var LogNovec = log
    28  var TanNovec = tan
    29  var ExpNovec = exp
    30  var Expm1Novec = expm1
    31  var PowNovec = pow
    32  var HypotNovec = hypot
    33  var HasVX = hasVX